Html Css Color HEX #20A885 Jungle Green

📋 copy color: '#20A885'

red 32 ◦ green 168 ◦ blue 133

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

Shades of Jungle Green #20A885

Tints of Jungle Green #20A885

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50.45%

 BLUE value IS 133 (52.34% from 255) = 39.94%

R = 9.61%
G = 50.45%
B = 39.94%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#20A885 (or 0x20A885) is known color: Jungle Green. HEX triplet: 20, A8 and 85. RGB value is (32,168,133). Sum of RGB (Red+Green+Blue) = 32+168+133=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 168 (66.02% from 255 or 50.45% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 168 - color contains mainly: green. Hex color #20A885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A885 is #DF577A. Grayscale: #7B7B7B. Windows color (decimal): -14636923 or 8759328. OLE color: 8759328.

HSL color Cylindrical-coordinate representation of color #20A885: hue angle of 164.56º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A885 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 32 168 133 -
CMYK 0.81 0 0.21 0.34
HSL 164.56º 0.68% 0.39% -
HSV(B) 164.56º 0.81% 0.66% -
XYZ 18.83 30.01 26.99 -
YUV 123.35 133.44 62.85 -
System Red Green Blue C M Y K H S L
Decimal 32 168 133 0.81 0 0.21 0.34 164.56 0.68 0.39
Hex 20 A8 85 51 0 15 22 A5 44 27
Octal 40 250 205 121 0 25 42 245 104 47
Binary 100000 10101000 10000101 1010001 0 10101 100010 10100101 1000100 100111

Color Harmonies of #20A885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A885

Black with #20A885

Text Example


Text Example

White with #20A885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,168,133); }

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

background-color css

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

 a { background-color: rgb(32,168,133); }

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

border-color css

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

 span { border-color: rgb(32,168,133); }

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