#21A887

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

Shades of Jungle Green #21A887

Tints of Jungle Green #21A887

Color information

#21A887 (or 0x21A887) is unknown color: approx Jungle Green. HEX triplet: 21, A8 and 87. RGB value is (33,168,135). Sum of RGB (Red+Green+Blue) = 33+168+135=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 168 (66.02% from 255 or 50% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 168 - color contains mainly: green. Hex color #21A887 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A887 is #DE5778. Grayscale: #7B7B7B. Windows color (decimal): -14571385 or 8890401. OLE color: 8890401.

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

Color convert

RGB33168135-
CMYK0.8000.200.34
HSL165.33º67.16%39.41%-
HSV(B)165.33º80.36%65.88%-
XYZ1930.0827.73-
YUV123.87134.2763.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.82%
GREEN value IS 168 (66.02% from 255) = 50%
BLUE value IS 135 (53.12% from 255) = 40.18%
R=9.82%
G=50%
B=40.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal331681350.8000.200.34165.3367.1639.41
Hex21A8875001422a54327
Octal412502071200244224510347
Binary10000110101000100001111010000010100100010101001011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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