Html Css Color HEX #20A612 Forest Green

📋 copy color: '#20A612'

red 32 ◦ green 166 ◦ blue 18

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

Shades of Forest Green #20A612

Tints of Forest Green #20A612

RGB

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

 GREEN value IS 166 (65.23% from 255) = 76.85%

 BLUE value IS 18 (7.42% from 255) = 8.33%

R = 14.81%
G = 76.85%
B = 8.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#20A612 (or 0x20A612) is known color: Forest Green. HEX triplet: 20, A6 and 12. RGB value is (32,166,18). Sum of RGB (Red+Green+Blue) = 32+166+18=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 166 (65.23% from 255 or 76.85% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 166 - color contains mainly: green. Hex color #20A612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20A612 is #DF59ED. Grayscale: #6D6D6D. Windows color (decimal): -14637550 or 1222176. OLE color: 1222176.

HSL color Cylindrical-coordinate representation of color #20A612: hue angle of 114.32º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20A612 is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 32 166 18 -
CMYK 0.81 0 0.89 0.35
HSL 114.32º 0.8% 0.36% -
HSV(B) 114.32º 0.89% 0.65% -
XYZ 14.34 27.62 5.15 -
YUV 109.06 76.61 73.03 -
System Red Green Blue C M Y K H S L
Decimal 32 166 18 0.81 0 0.89 0.35 114.32 0.8 0.36
Hex 20 A6 12 51 0 59 23 72 50 24
Octal 40 246 22 121 0 131 43 162 120 44
Binary 100000 10100110 10010 1010001 0 1011001 100011 1110010 1010000 100100

Color Harmonies of #20A612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A612

Black with #20A612

Text Example


Text Example

White with #20A612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,166,18); }

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

background-color css

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

 a { background-color: rgb(32,166,18); }

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

border-color css

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

 span { border-color: rgb(32,166,18); }

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