Html Css Color HEX #20A865 Eucalyptus

📋 copy color: '#20A865'

red 32 ◦ green 168 ◦ blue 101

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

Shades of Eucalyptus #20A865

Tints of Eucalyptus #20A865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.55%

R = 10.63%
G = 55.81%
B = 33.55%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#20A865 (or 0x20A865) is known color: Eucalyptus. HEX triplet: 20, A8 and 65. RGB value is (32,168,101). Sum of RGB (Red+Green+Blue) = 32+168+101=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 168 (66.02% from 255 or 55.81% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 168 - color contains mainly: green. Hex color #20A865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A865 is #DF579A. Grayscale: #777777. Windows color (decimal): -14636955 or 6662176. OLE color: 6662176.

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

Color convert

RGB 32 168 101 -
CMYK 0.81 0 0.40 0.34
HSL 150.44º 0.68% 0.39% -
HSV(B) 150.44º 0.81% 0.66% -
XYZ 16.95 29.25 17.06 -
YUV 119.7 117.44 65.45 -
System Red Green Blue C M Y K H S L
Decimal 32 168 101 0.81 0 0.40 0.34 150.44 0.68 0.39
Hex 20 A8 65 51 0 28 22 96 44 27
Octal 40 250 145 121 0 50 42 226 104 47
Binary 100000 10101000 1100101 1010001 0 101000 100010 10010110 1000100 100111

Color Harmonies of #20A865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A865

Black with #20A865

Text Example


Text Example

White with #20A865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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