#21A979

Color #21A979 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #21A979

Tints of Jungle Green #21A979

Color information

#21A979 (or 0x21A979) is unknown color: approx Jungle Green. HEX triplet: 21, A9 and 79. RGB value is (33,169,121). Sum of RGB (Red+Green+Blue) = 33+169+121=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 169 (66.41% from 255 or 52.32% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 169 - color contains mainly: green. Hex color #21A979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A979 is #DE5686. Grayscale: #7A7A7A. Windows color (decimal): -14571143 or 7973153. OLE color: 7973153.

HSL color Cylindrical-coordinate representation of color #21A979: hue angle of 158.82º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A979 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB33169121-
CMYK0.8000.280.34
HSL158.82º67.33%39.61%-
HSV(B)158.82º80.47%66.27%-
XYZ18.2730.0822.93-
YUV122.86126.9463.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.22%
GREEN value IS 169 (66.41% from 255) = 52.32%
BLUE value IS 121 (47.66% from 255) = 37.46%
R=10.22%
G=52.32%
B=37.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal331691210.8000.280.34158.8267.3339.61
Hex21A9795001C229f4328
Octal412511711200344223710350
Binary1000011010100111110011010000011100100010100111111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,169,121); }

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

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

 a { background-color: rgb(33,169,121); }

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

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

 span { border-color: rgb(33,169,121); }

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