Html Css Color HEX #20AA88 Jungle Green

📋 copy color: '#20AA88'

red 32 ◦ green 170 ◦ blue 136

#20AA88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #20AA88

Tints of Jungle Green #20AA88

RGB

 RED value IS 32 (12.89% from 255) = 9.47%

 GREEN value IS 170 (66.8% from 255) = 50.3%

 BLUE value IS 136 (53.52% from 255) = 40.24%

R = 9.47%
G = 50.3%
B = 40.24%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#20AA88 (or 0x20AA88) is known color: Jungle Green. HEX triplet: 20, AA and 88. RGB value is (32,170,136). Sum of RGB (Red+Green+Blue) = 32+170+136=338 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.47% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AA88 is #DF5577. Grayscale: #7C7C7C. Windows color (decimal): -14636408 or 8956448. OLE color: 8956448.

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

Color convert

RGB 32 170 136 -
CMYK 0.81 0 0.20 0.33
HSL 165.22º 0.68% 0.4% -
HSV(B) 165.22º 0.81% 0.67% -
XYZ 19.41 30.83 28.22 -
YUV 124.86 134.28 61.76 -
System Red Green Blue C M Y K H S L
Decimal 32 170 136 0.81 0 0.20 0.33 165.22 0.68 0.4
Hex 20 AA 88 51 0 14 21 A5 44 28
Octal 40 252 210 121 0 24 41 245 104 50
Binary 100000 10101010 10001000 1010001 0 10100 100001 10100101 1000100 101000

Color Harmonies of #20AA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AA88

Black with #20AA88

Text Example


Text Example

White with #20AA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20AA88; }

 p { color: rgb(32,170,136); }

 H1.HeaderClassName
 {
   color: #20AA88;
 }
 .AnyTagClassName
 {
   color: #20AA88;
 }
</style>

background-color css

<style>
 a { background-color: #20AA88; }

 a { background-color: rgb(32,170,136); }

 div.DivClassName
 {
   background-color: #20AA88;
 }
 .BgClassName
 {
   background-color: #20AA88;
 }
</style>

border-color css

<style>
 span { border-color: #20AA88; }

 span { border-color: rgb(32,170,136); }

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