Html Css Color HEX #20A77F Jungle Green

📋 copy color: '#20A77F'

red 32 ◦ green 167 ◦ blue 127

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

Shades of Jungle Green #20A77F

Tints of Jungle Green #20A77F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 51.23%

 BLUE value IS 127 (50% from 255) = 38.96%

R = 9.82%
G = 51.23%
B = 38.96%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#20A77F (or 0x20A77F) is known color: Jungle Green. HEX triplet: 20, A7 and 7F. RGB value is (32,167,127). Sum of RGB (Red+Green+Blue) = 32+167+127=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 167 (65.62% from 255 or 51.23% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 167 - color contains mainly: green. Hex color #20A77F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A77F is #DF5880. Grayscale: #7A7A7A. Windows color (decimal): -14637185 or 8365856. OLE color: 8365856.

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

Color convert

RGB 32 167 127 -
CMYK 0.81 0 0.24 0.35
HSL 162.22º 0.68% 0.39% -
HSV(B) 162.22º 0.81% 0.65% -
XYZ 18.25 29.48 24.81 -
YUV 122.08 130.77 63.75 -
System Red Green Blue C M Y K H S L
Decimal 32 167 127 0.81 0 0.24 0.35 162.22 0.68 0.39
Hex 20 A7 7F 51 0 18 23 A2 44 27
Octal 40 247 177 121 0 30 43 242 104 47
Binary 100000 10100111 1111111 1010001 0 11000 100011 10100010 1000100 100111

Color Harmonies of #20A77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A77F

Black with #20A77F

Text Example


Text Example

White with #20A77F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,167,127); }

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

background-color css

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

 a { background-color: rgb(32,167,127); }

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

border-color css

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

 span { border-color: rgb(32,167,127); }

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