#21D17A

Color #21D17A Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #21D17A

Tints of Mountain Meadow #21D17A

Color information

#21D17A (or 0x21D17A) is unknown color: approx Mountain Meadow. HEX triplet: 21, D1 and 7A. RGB value is (33,209,122). Sum of RGB (Red+Green+Blue) = 33+209+122=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 209 (82.03% from 255 or 57.42% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 209 - color contains mainly: green. Hex color #21D17A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D17A is #DE2E85. Grayscale: #929292. Windows color (decimal): -14560902 or 8048929. OLE color: 8048929.

HSL color Cylindrical-coordinate representation of color #21D17A: hue angle of 150.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D17A is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB33209122-
CMYK0.8400.420.18
HSL150.34º72.73%47.45%-
HSV(B)150.34º84.21%81.96%-
XYZ26.9447.3326.13-
YUV146.46114.1947.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 9.07%
GREEN value IS 209 (82.03% from 255) = 57.42%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=9.07%
G=57.42%
B=33.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal332091220.8400.420.18150.3472.7347.45
Hex21D17A5402A1296492f
Octal413211721240522222611157
Binary1000011101000111110101010100010101010010100101101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21D17A; }

 p { color: rgb(33,209,122); }

 H1.HeaderClassName
 {
   color: #21D17A;
 }
 .AnyTagClassName
 {
   color: #21D17A;
 }
</style>
background-color css

<style>
 a { background-color: #21D17A; }

 a { background-color: rgb(33,209,122); }

 div.DivClassName
 {
   background-color: #21D17A;
 }
 .BgClassName
 {
   background-color: #21D17A;
 }
</style>
border-color css

<style>
 span { border-color: #21D17A; }

 span { border-color: rgb(33,209,122); }

 td.TdClassName
 {
   border-color: #21D17A;
 }
 .TagClassName
 {
   border-color: #21D17A;
 }
</style>