#21AC85

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

Shades of Jungle Green #21AC85

Tints of Jungle Green #21AC85

Color information

#21AC85 (or 0x21AC85) is unknown color: approx Jungle Green. HEX triplet: 21, AC and 85. RGB value is (33,172,133). Sum of RGB (Red+Green+Blue) = 33+172+133=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AC85 is #DE537A. Grayscale: #7E7E7E. Windows color (decimal): -14570363 or 8760353. OLE color: 8760353.

HSL color Cylindrical-coordinate representation of color #21AC85: hue angle of 163.17º 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 #21AC85 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB33172133-
CMYK0.8100.230.33
HSL163.17º67.8%40.2%-
HSV(B)163.17º80.81%67.45%-
XYZ19.6131.5227.24-
YUV125.99131.9561.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.76%
GREEN value IS 172 (67.58% from 255) = 50.89%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=9.76%
G=50.89%
B=39.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331721330.8100.230.33163.1767.840.2
Hex21AC855101721a34428
Octal412542051210274124310450
Binary10000110101100100001011010001010111100001101000111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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