#21AC81

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

Shades of Jungle Green #21AC81

Tints of Jungle Green #21AC81

Color information

#21AC81 (or 0x21AC81) is unknown color: approx Jungle Green. HEX triplet: 21, AC and 81. RGB value is (33,172,129). Sum of RGB (Red+Green+Blue) = 33+172+129=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AC81 is #DE537E. Grayscale: #7D7D7D. Windows color (decimal): -14570367 or 8498209. OLE color: 8498209.

HSL color Cylindrical-coordinate representation of color #21AC81: hue angle of 161.44º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AC81 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB33172129-
CMYK0.8100.250.33
HSL161.44º67.8%40.2%-
HSV(B)161.44º80.81%67.45%-
XYZ19.3431.4125.81-
YUV125.54129.9562-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.88%
GREEN value IS 172 (67.58% from 255) = 51.50%
BLUE value IS 129 (50.78% from 255) = 38.62%
R=9.88%
G=51.50%
B=38.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331721290.8100.250.33161.4467.840.2
Hex21AC815101921a14428
Octal412542011210314124110450
Binary10000110101100100000011010001011001100001101000011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,172,129); }

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

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

 a { background-color: rgb(33,172,129); }

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

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

 span { border-color: rgb(33,172,129); }

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