Html Css Color HEX #20A460 Eucalyptus

📋 copy color: '#20A460'

red 32 ◦ green 164 ◦ blue 96

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

Shades of Eucalyptus #20A460

Tints of Eucalyptus #20A460

RGB

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

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

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

R = 10.96%
G = 56.16%
B = 32.88%

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

#20A460 (or 0x20A460) is known color: Eucalyptus. HEX triplet: 20, A4 and 60. RGB value is (32,164,96). Sum of RGB (Red+Green+Blue) = 32+164+96=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 164 (64.45% from 255 or 56.16% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 164 - color contains mainly: green. Hex color #20A460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A460 is #DF5B9F. Grayscale: #747474. Windows color (decimal): -14637984 or 6333472. OLE color: 6333472.

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

Color convert

RGB 32 164 96 -
CMYK 0.80 0 0.41 0.36
HSL 149.09º 0.67% 0.38% -
HSV(B) 149.09º 0.8% 0.64% -
XYZ 15.98 27.7 15.57 -
YUV 116.78 116.27 67.53 -
System Red Green Blue C M Y K H S L
Decimal 32 164 96 0.80 0 0.41 0.36 149.09 0.67 0.38
Hex 20 A4 60 50 0 29 24 95 43 26
Octal 40 244 140 120 0 51 44 225 103 46
Binary 100000 10100100 1100000 1010000 0 101001 100100 10010101 1000011 100110

Color Harmonies of #20A460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A460

Black with #20A460

Text Example


Text Example

White with #20A460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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