#21A178

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

Shades of Jungle Green #21A178

Tints of Jungle Green #21A178

Color information

#21A178 (or 0x21A178) is unknown color: approx Jungle Green. HEX triplet: 21, A1 and 78. RGB value is (33,161,120). Sum of RGB (Red+Green+Blue) = 33+161+120=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #21A178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A178 is #DE5E87. Grayscale: #767676. Windows color (decimal): -14573192 or 7905569. OLE color: 7905569.

HSL color Cylindrical-coordinate representation of color #21A178: hue angle of 160.78º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A178 is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB33161120-
CMYK0.8000.250.37
HSL160.78º65.98%38.04%-
HSV(B)160.78º79.5%63.14%-
XYZ16.7627.1722.13-
YUV118.05129.0967.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.51%
GREEN value IS 161 (63.28% from 255) = 51.27%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=10.51%
G=51.27%
B=38.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal331611200.8000.250.37160.7865.9838.04
Hex21A1785001925a14226
Octal412411701200314524110246
Binary1000011010000111110001010000011001100101101000011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,161,120); }

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

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

 a { background-color: rgb(33,161,120); }

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

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

 span { border-color: rgb(33,161,120); }

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