Html Css Color HEX #20A963 Eucalyptus

📋 copy color: '#20A963'

red 32 ◦ green 169 ◦ blue 99

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

Shades of Eucalyptus #20A963

Tints of Eucalyptus #20A963

RGB

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

 GREEN value IS 169 (66.41% from 255) = 56.33%

 BLUE value IS 99 (39.06% from 255) = 33%

R = 10.67%
G = 56.33%
B = 33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#20A963 (or 0x20A963) is known color: Eucalyptus. HEX triplet: 20, A9 and 63. RGB value is (32,169,99). Sum of RGB (Red+Green+Blue) = 32+169+99=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 169 (66.41% from 255 or 56.33% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 169 - color contains mainly: green. Hex color #20A963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A963 is #DF569C. Grayscale: #787878. Windows color (decimal): -14636701 or 6531360. OLE color: 6531360.

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

Color convert

RGB 32 169 99 -
CMYK 0.81 0 0.41 0.34
HSL 149.34º 0.68% 0.39% -
HSV(B) 149.34º 0.81% 0.66% -
XYZ 17.04 29.58 16.62 -
YUV 120.06 116.11 65.19 -
System Red Green Blue C M Y K H S L
Decimal 32 169 99 0.81 0 0.41 0.34 149.34 0.68 0.39
Hex 20 A9 63 51 0 29 22 95 44 27
Octal 40 251 143 121 0 51 42 225 104 47
Binary 100000 10101001 1100011 1010001 0 101001 100010 10010101 1000100 100111

Color Harmonies of #20A963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A963

Black with #20A963

Text Example


Text Example

White with #20A963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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