Html Css Color HEX #20A15C Eucalyptus

📋 copy color: '#20A15C'

red 32 ◦ green 161 ◦ blue 92

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

Shades of Eucalyptus #20A15C

Tints of Eucalyptus #20A15C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 56.49%

 BLUE value IS 92 (36.33% from 255) = 32.28%

R = 11.23%
G = 56.49%
B = 32.28%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#20A15C (or 0x20A15C) is known color: Eucalyptus. HEX triplet: 20, A1 and 5C. RGB value is (32,161,92). Sum of RGB (Red+Green+Blue) = 32+161+92=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 161 (63.28% from 255 or 56.49% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 161 - color contains mainly: green. Hex color #20A15C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A15C is #DF5EA3. Grayscale: #727272. Windows color (decimal): -14638756 or 6070560. OLE color: 6070560.

HSL color Cylindrical-coordinate representation of color #20A15C: hue angle of 147.91º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A15C is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 32 161 92 -
CMYK 0.80 0 0.43 0.37
HSL 147.91º 0.67% 0.38% -
HSV(B) 147.91º 0.8% 0.63% -
XYZ 15.27 26.57 14.45 -
YUV 114.56 115.26 69.11 -
System Red Green Blue C M Y K H S L
Decimal 32 161 92 0.80 0 0.43 0.37 147.91 0.67 0.38
Hex 20 A1 5C 50 0 2B 25 94 43 26
Octal 40 241 134 120 0 53 45 224 103 46
Binary 100000 10100001 1011100 1010000 0 101011 100101 10010100 1000011 100110

Color Harmonies of #20A15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A15C

Black with #20A15C

Text Example


Text Example

White with #20A15C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,161,92); }

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

background-color css

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

 a { background-color: rgb(32,161,92); }

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

border-color css

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

 span { border-color: rgb(32,161,92); }

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