Html Css Color HEX #20A760 Eucalyptus

📋 copy color: '#20A760'

red 32 ◦ green 167 ◦ blue 96

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

Shades of Eucalyptus #20A760

Tints of Eucalyptus #20A760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.54%

R = 10.85%
G = 56.61%
B = 32.54%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#20A760 (or 0x20A760) is known color: Eucalyptus. HEX triplet: 20, A7 and 60. RGB value is (32,167,96). Sum of RGB (Red+Green+Blue) = 32+167+96=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 167 (65.62% from 255 or 56.61% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 167 - color contains mainly: green. Hex color #20A760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A760 is #DF589F. Grayscale: #767676. Windows color (decimal): -14637216 or 6334240. OLE color: 6334240.

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

Color convert

RGB 32 167 96 -
CMYK 0.81 0 0.43 0.35
HSL 148.44º 0.68% 0.39% -
HSV(B) 148.44º 0.81% 0.65% -
XYZ 16.53 28.79 15.75 -
YUV 118.54 115.27 66.27 -
System Red Green Blue C M Y K H S L
Decimal 32 167 96 0.81 0 0.43 0.35 148.44 0.68 0.39
Hex 20 A7 60 51 0 2B 23 94 44 27
Octal 40 247 140 121 0 53 43 224 104 47
Binary 100000 10100111 1100000 1010001 0 101011 100011 10010100 1000100 100111

Color Harmonies of #20A760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A760

Black with #20A760

Text Example


Text Example

White with #20A760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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