Html Css Color HEX #20A14F Eucalyptus

📋 copy color: '#20A14F'

red 32 ◦ green 161 ◦ blue 79

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

Shades of Eucalyptus #20A14F

Tints of Eucalyptus #20A14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.04%

R = 11.76%
G = 59.19%
B = 29.04%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#20A14F (or 0x20A14F) is known color: Eucalyptus. HEX triplet: 20, A1 and 4F. RGB value is (32,161,79). Sum of RGB (Red+Green+Blue) = 32+161+79=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 161 (63.28% from 255 or 59.19% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 161 - color contains mainly: green. Hex color #20A14F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A14F is #DF5EB0. Grayscale: #717171. Windows color (decimal): -14638769 or 5218592. OLE color: 5218592.

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

Color convert

RGB 32 161 79 -
CMYK 0.80 0 0.51 0.37
HSL 141.86º 0.67% 0.38% -
HSV(B) 141.86º 0.8% 0.63% -
XYZ 14.75 26.36 11.71 -
YUV 113.08 108.76 70.17 -
System Red Green Blue C M Y K H S L
Decimal 32 161 79 0.80 0 0.51 0.37 141.86 0.67 0.38
Hex 20 A1 4F 50 0 33 25 8E 43 26
Octal 40 241 117 120 0 63 45 216 103 46
Binary 100000 10100001 1001111 1010000 0 110011 100101 10001110 1000011 100110

Color Harmonies of #20A14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A14F

Black with #20A14F

Text Example


Text Example

White with #20A14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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