#20A962

Color #20A962 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #20A962

Tints of Eucalyptus #20A962

Color information

#20A962 (or 0x20A962) is unknown color: approx Eucalyptus. HEX triplet: 20, A9 and 62. RGB value is (32,169,98). Sum of RGB (Red+Green+Blue) = 32+169+98=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 169 (66.41% from 255 or 56.52% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 169 - color contains mainly: green. Hex color #20A962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A962 is #DF569D. Grayscale: #787878. Windows color (decimal): -14636702 or 6465824. OLE color: 6465824.

HSL color Cylindrical-coordinate representation of color #20A962: hue angle of 148.91º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A962 is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB3216998-
CMYK0.8100.420.34
HSL148.91º68.16%39.41%-
HSV(B)148.91º81.07%66.27%-
XYZ16.9929.5616.37-
YUV119.94115.6165.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.70%
GREEN value IS 169 (66.41% from 255) = 56.52%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=10.70%
G=56.52%
B=32.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal32169980.8100.420.34148.9168.1639.41
Hex20A9625102A22954427
Octal402511421210524222510447
Binary10000010101001110001010100010101010100010100101011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,169,98); }

 H1.HeaderClassName
 {
   color: #20A962;
 }
 .AnyTagClassName
 {
   color: #20A962;
 }
</style>
background-color css

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

 a { background-color: rgb(32,169,98); }

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

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

 span { border-color: rgb(32,169,98); }

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