Html Css Color HEX #20AD12 Forest Green

📋 copy color: '#20AD12'

red 32 ◦ green 173 ◦ blue 18

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

Shades of Forest Green #20AD12

Tints of Forest Green #20AD12

RGB

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

 GREEN value IS 173 (67.97% from 255) = 77.58%

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

R = 14.35%
G = 77.58%
B = 8.07%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#20AD12 (or 0x20AD12) is known color: Forest Green. HEX triplet: 20, AD and 12. RGB value is (32,173,18). Sum of RGB (Red+Green+Blue) = 32+173+18=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 173 (67.97% from 255 or 77.58% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20AD12 is #DF52ED. Grayscale: #717171. Windows color (decimal): -14635758 or 1223968. OLE color: 1223968.

HSL color Cylindrical-coordinate representation of color #20AD12: hue angle of 114.58º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20AD12 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 173 18 -
CMYK 0.82 0 0.90 0.32
HSL 114.58º 0.81% 0.37% -
HSV(B) 114.58º 0.9% 0.68% -
XYZ 15.65 30.24 5.58 -
YUV 113.17 74.29 70.1 -
System Red Green Blue C M Y K H S L
Decimal 32 173 18 0.82 0 0.90 0.32 114.58 0.81 0.37
Hex 20 AD 12 52 0 5A 20 73 51 25
Octal 40 255 22 122 0 132 40 163 121 45
Binary 100000 10101101 10010 1010010 0 1011010 100000 1110011 1010001 100101

Color Harmonies of #20AD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AD12

Black with #20AD12

Text Example


Text Example

White with #20AD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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