Html Css Color HEX #20A862 Eucalyptus

📋 copy color: '#20A862'

red 32 ◦ green 168 ◦ blue 98

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

Shades of Eucalyptus #20A862

Tints of Eucalyptus #20A862

RGB

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

 GREEN value IS 168 (66.02% from 255) = 56.38%

 BLUE value IS 98 (38.67% from 255) = 32.89%

R = 10.74%
G = 56.38%
B = 32.89%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#20A862 (or 0x20A862) is known color: Eucalyptus. HEX triplet: 20, A8 and 62. RGB value is (32,168,98). Sum of RGB (Red+Green+Blue) = 32+168+98=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 168 (66.02% from 255 or 56.38% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 168 - color contains mainly: green. Hex color #20A862 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A862 is #DF579D. Grayscale: #777777. Windows color (decimal): -14636958 or 6465568. OLE color: 6465568.

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

Color convert

RGB 32 168 98 -
CMYK 0.81 0 0.42 0.34
HSL 149.12º 0.68% 0.39% -
HSV(B) 149.12º 0.81% 0.66% -
XYZ 16.8 29.19 16.3 -
YUV 119.36 115.94 65.69 -
System Red Green Blue C M Y K H S L
Decimal 32 168 98 0.81 0 0.42 0.34 149.12 0.68 0.39
Hex 20 A8 62 51 0 2A 22 95 44 27
Octal 40 250 142 121 0 52 42 225 104 47
Binary 100000 10101000 1100010 1010001 0 101010 100010 10010101 1000100 100111

Color Harmonies of #20A862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A862

Black with #20A862

Text Example


Text Example

White with #20A862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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