Html Css Color HEX #20A464 Eucalyptus

📋 copy color: '#20A464'

red 32 ◦ green 164 ◦ blue 100

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

Shades of Eucalyptus #20A464

Tints of Eucalyptus #20A464

RGB

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

 GREEN value IS 164 (64.45% from 255) = 55.41%

 BLUE value IS 100 (39.45% from 255) = 33.78%

R = 10.81%
G = 55.41%
B = 33.78%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#20A464 (or 0x20A464) is known color: Eucalyptus. HEX triplet: 20, A4 and 64. RGB value is (32,164,100). Sum of RGB (Red+Green+Blue) = 32+164+100=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 164 (64.45% from 255 or 55.41% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 164 - color contains mainly: green. Hex color #20A464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A464 is #DF5B9B. Grayscale: #757575. Windows color (decimal): -14637980 or 6595616. OLE color: 6595616.

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

Color convert

RGB 32 164 100 -
CMYK 0.80 0 0.39 0.36
HSL 150.91º 0.67% 0.38% -
HSV(B) 150.91º 0.8% 0.64% -
XYZ 16.17 27.78 16.57 -
YUV 117.24 118.27 67.2 -
System Red Green Blue C M Y K H S L
Decimal 32 164 100 0.80 0 0.39 0.36 150.91 0.67 0.38
Hex 20 A4 64 50 0 27 24 97 43 26
Octal 40 244 144 120 0 47 44 227 103 46
Binary 100000 10100100 1100100 1010000 0 100111 100100 10010111 1000011 100110

Color Harmonies of #20A464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A464

Black with #20A464

Text Example


Text Example

White with #20A464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,164,100); }

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

background-color css

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

 a { background-color: rgb(32,164,100); }

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

border-color css

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

 span { border-color: rgb(32,164,100); }

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