Html Css Color HEX #20AE64 Eucalyptus

📋 copy color: '#20AE64'

red 32 ◦ green 174 ◦ blue 100

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

Shades of Eucalyptus #20AE64

Tints of Eucalyptus #20AE64

RGB

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

 GREEN value IS 174 (68.36% from 255) = 56.86%

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

R = 10.46%
G = 56.86%
B = 32.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#20AE64 (or 0x20AE64) is known color: Eucalyptus. HEX triplet: 20, AE and 64. RGB value is (32,174,100). Sum of RGB (Red+Green+Blue) = 32+174+100=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 174 (68.36% from 255 or 56.86% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 174 - color contains mainly: green. Hex color #20AE64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AE64 is #DF519B. Grayscale: #7B7B7B. Windows color (decimal): -14635420 or 6598176. OLE color: 6598176.

HSL color Cylindrical-coordinate representation of color #20AE64: hue angle of 148.73º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AE64 is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 174 100 -
CMYK 0.82 0 0.43 0.32
HSL 148.73º 0.69% 0.4% -
HSV(B) 148.73º 0.82% 0.68% -
XYZ 18.03 31.5 17.19 -
YUV 123.11 114.96 63.02 -
System Red Green Blue C M Y K H S L
Decimal 32 174 100 0.82 0 0.43 0.32 148.73 0.69 0.4
Hex 20 AE 64 52 0 2B 20 95 45 28
Octal 40 256 144 122 0 53 40 225 105 50
Binary 100000 10101110 1100100 1010010 0 101011 100000 10010101 1000101 101000

Color Harmonies of #20AE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AE64

Black with #20AE64

Text Example


Text Example

White with #20AE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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