Html Css Color HEX #20AE5D Eucalyptus

📋 copy color: '#20AE5D'

red 32 ◦ green 174 ◦ blue 93

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

Shades of Eucalyptus #20AE5D

Tints of Eucalyptus #20AE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.1%

R = 10.7%
G = 58.19%
B = 31.1%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#20AE5D (or 0x20AE5D) is known color: Eucalyptus. HEX triplet: 20, AE and 5D. RGB value is (32,174,93). Sum of RGB (Red+Green+Blue) = 32+174+93=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 174 (68.36% from 255 or 58.19% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 174 - color contains mainly: green. Hex color #20AE5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AE5D is #DF51A2. Grayscale: #7A7A7A. Windows color (decimal): -14635427 or 6139424. OLE color: 6139424.

HSL color Cylindrical-coordinate representation of color #20AE5D: hue angle of 145.77º 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 #20AE5D is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 174 93 -
CMYK 0.82 0 0.47 0.32
HSL 145.77º 0.69% 0.4% -
HSV(B) 145.77º 0.82% 0.68% -
XYZ 17.71 31.37 15.48 -
YUV 122.31 111.46 63.59 -
System Red Green Blue C M Y K H S L
Decimal 32 174 93 0.82 0 0.47 0.32 145.77 0.69 0.4
Hex 20 AE 5D 52 0 2F 20 92 45 28
Octal 40 256 135 122 0 57 40 222 105 50
Binary 100000 10101110 1011101 1010010 0 101111 100000 10010010 1000101 101000

Color Harmonies of #20AE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AE5D

Black with #20AE5D

Text Example


Text Example

White with #20AE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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