Html Css Color HEX #20A25D Eucalyptus

📋 copy color: '#20A25D'

red 32 ◦ green 162 ◦ blue 93

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

Shades of Eucalyptus #20A25D

Tints of Eucalyptus #20A25D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 56.45%

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

R = 11.15%
G = 56.45%
B = 32.4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#20A25D (or 0x20A25D) is known color: Eucalyptus. HEX triplet: 20, A2 and 5D. RGB value is (32,162,93). Sum of RGB (Red+Green+Blue) = 32+162+93=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 162 (63.67% from 255 or 56.45% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 162 - color contains mainly: green. Hex color #20A25D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A25D is #DF5DA2. Grayscale: #737373. Windows color (decimal): -14638499 or 6136352. OLE color: 6136352.

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

Color convert

RGB 32 162 93 -
CMYK 0.80 0 0.43 0.36
HSL 148.15º 0.67% 0.38% -
HSV(B) 148.15º 0.8% 0.64% -
XYZ 15.49 26.94 14.74 -
YUV 115.26 115.43 68.61 -
System Red Green Blue C M Y K H S L
Decimal 32 162 93 0.80 0 0.43 0.36 148.15 0.67 0.38
Hex 20 A2 5D 50 0 2B 24 94 43 26
Octal 40 242 135 120 0 53 44 224 103 46
Binary 100000 10100010 1011101 1010000 0 101011 100100 10010100 1000011 100110

Color Harmonies of #20A25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A25D

Black with #20A25D

Text Example


Text Example

White with #20A25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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