Html Css Color HEX #20A86A Eucalyptus

📋 copy color: '#20A86A'

red 32 ◦ green 168 ◦ blue 106

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

Shades of Eucalyptus #20A86A

Tints of Eucalyptus #20A86A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.64%

R = 10.46%
G = 54.9%
B = 34.64%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#20A86A (or 0x20A86A) is known color: Eucalyptus. HEX triplet: 20, A8 and 6A. RGB value is (32,168,106). Sum of RGB (Red+Green+Blue) = 32+168+106=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 168 (66.02% from 255 or 54.90% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 168 - color contains mainly: green. Hex color #20A86A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A86A is #DF5795. Grayscale: #787878. Windows color (decimal): -14636950 or 6989856. OLE color: 6989856.

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

Color convert

RGB 32 168 106 -
CMYK 0.81 0 0.37 0.34
HSL 152.65º 0.68% 0.39% -
HSV(B) 152.65º 0.81% 0.66% -
XYZ 17.2 29.35 18.39 -
YUV 120.27 119.94 65.04 -
System Red Green Blue C M Y K H S L
Decimal 32 168 106 0.81 0 0.37 0.34 152.65 0.68 0.39
Hex 20 A8 6A 51 0 25 22 99 44 27
Octal 40 250 152 121 0 45 42 231 104 47
Binary 100000 10101000 1101010 1010001 0 100101 100010 10011001 1000100 100111

Color Harmonies of #20A86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A86A

Black with #20A86A

Text Example


Text Example

White with #20A86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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