Html Css Color HEX #20A260 Eucalyptus

📋 copy color: '#20A260'

red 32 ◦ green 162 ◦ blue 96

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

Shades of Eucalyptus #20A260

Tints of Eucalyptus #20A260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.1%

R = 11.03%
G = 55.86%
B = 33.1%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#20A260 (or 0x20A260) is known color: Eucalyptus. HEX triplet: 20, A2 and 60. RGB value is (32,162,96). Sum of RGB (Red+Green+Blue) = 32+162+96=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 162 (63.67% from 255 or 55.86% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 162 - color contains mainly: green. Hex color #20A260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A260 is #DF5D9F. Grayscale: #737373. Windows color (decimal): -14638496 or 6332960. OLE color: 6332960.

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

Color convert

RGB 32 162 96 -
CMYK 0.80 0 0.41 0.36
HSL 149.54º 0.67% 0.38% -
HSV(B) 149.54º 0.8% 0.64% -
XYZ 15.63 26.99 15.45 -
YUV 115.61 116.93 68.37 -
System Red Green Blue C M Y K H S L
Decimal 32 162 96 0.80 0 0.41 0.36 149.54 0.67 0.38
Hex 20 A2 60 50 0 29 24 96 43 26
Octal 40 242 140 120 0 51 44 226 103 46
Binary 100000 10100010 1100000 1010000 0 101001 100100 10010110 1000011 100110

Color Harmonies of #20A260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A260

Black with #20A260

Text Example


Text Example

White with #20A260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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