#21AE88

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

Shades of Jungle Green #21AE88

Tints of Jungle Green #21AE88

Color information

#21AE88 (or 0x21AE88) is unknown color: approx Jungle Green. HEX triplet: 21, AE and 88. RGB value is (33,174,136). Sum of RGB (Red+Green+Blue) = 33+174+136=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 174 (68.36% from 255 or 50.73% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 174 - color contains mainly: green. Hex color #21AE88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AE88 is #DE5177. Grayscale: #7F7F7F. Windows color (decimal): -14569848 or 8957473. OLE color: 8957473.

HSL color Cylindrical-coordinate representation of color #21AE88: hue angle of 163.83º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AE88 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB33174136-
CMYK0.8100.220.32
HSL163.83º68.12%40.59%-
HSV(B)163.83º81.03%68.24%-
XYZ20.2132.3728.48-
YUV127.51132.7960.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.62%
GREEN value IS 174 (68.36% from 255) = 50.73%
BLUE value IS 136 (53.52% from 255) = 39.65%
R=9.62%
G=50.73%
B=39.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal331741360.8100.220.32163.8368.1240.59
Hex21AE885101620a44429
Octal412562101210264024410451
Binary10000110101110100010001010001010110100000101001001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,174,136); }

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

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

 a { background-color: rgb(33,174,136); }

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

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

 span { border-color: rgb(33,174,136); }

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