#21A883

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

Shades of Jungle Green #21A883

Tints of Jungle Green #21A883

Color information

#21A883 (or 0x21A883) is unknown color: approx Jungle Green. HEX triplet: 21, A8 and 83. RGB value is (33,168,131). Sum of RGB (Red+Green+Blue) = 33+168+131=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 168 (66.02% from 255 or 50.60% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 168 - color contains mainly: green. Hex color #21A883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A883 is #DE577C. Grayscale: #7B7B7B. Windows color (decimal): -14571389 or 8628257. OLE color: 8628257.

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

Color convert

RGB33168131-
CMYK0.8000.220.34
HSL163.56º67.16%39.41%-
HSV(B)163.56º80.36%65.88%-
XYZ18.7329.9726.27-
YUV123.42132.2763.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.94%
GREEN value IS 168 (66.02% from 255) = 50.60%
BLUE value IS 131 (51.56% from 255) = 39.46%
R=9.94%
G=50.60%
B=39.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal331681310.8000.220.34163.5667.1639.41
Hex21A8835001622a44327
Octal412502031200264224410347
Binary10000110101000100000111010000010110100010101001001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,168,131); }

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

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

 a { background-color: rgb(33,168,131); }

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

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

 span { border-color: rgb(33,168,131); }

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