#21A177

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

Shades of Jungle Green #21A177

Tints of Jungle Green #21A177

Color information

#21A177 (or 0x21A177) is unknown color: approx Jungle Green. HEX triplet: 21, A1 and 77. RGB value is (33,161,119). Sum of RGB (Red+Green+Blue) = 33+161+119=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #21A177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A177 is #DE5E88. Grayscale: #757575. Windows color (decimal): -14573193 or 7840033. OLE color: 7840033.

HSL color Cylindrical-coordinate representation of color #21A177: hue angle of 160.31º 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 #21A177 is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB33161119-
CMYK0.8000.260.37
HSL160.31º65.98%38.04%-
HSV(B)160.31º79.5%63.14%-
XYZ16.727.1421.81-
YUV117.94128.5967.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.54%
GREEN value IS 161 (63.28% from 255) = 51.44%
BLUE value IS 119 (46.88% from 255) = 38.02%
R=10.54%
G=51.44%
B=38.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal331611190.8000.260.37160.3165.9838.04
Hex21A1775001A25a04226
Octal412411671200324524010246
Binary1000011010000111101111010000011010100101101000001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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