Html Css Color HEX #20AD14 Forest Green

📋 copy color: '#20AD14'

red 32 ◦ green 173 ◦ blue 20

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

Shades of Forest Green #20AD14

Tints of Forest Green #20AD14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.89%

R = 14.22%
G = 76.89%
B = 8.89%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#20AD14 (or 0x20AD14) is known color: Forest Green. HEX triplet: 20, AD and 14. RGB value is (32,173,20). Sum of RGB (Red+Green+Blue) = 32+173+20=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 173 (67.97% from 255 or 76.89% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20AD14 is #DF52EB. Grayscale: #717171. Windows color (decimal): -14635756 or 1355040. OLE color: 1355040.

HSL color Cylindrical-coordinate representation of color #20AD14: hue angle of 115.29º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20AD14 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 173 20 -
CMYK 0.82 0 0.88 0.32
HSL 115.29º 0.79% 0.38% -
HSV(B) 115.29º 0.88% 0.68% -
XYZ 15.67 30.24 5.67 -
YUV 113.4 75.29 69.94 -
System Red Green Blue C M Y K H S L
Decimal 32 173 20 0.82 0 0.88 0.32 115.29 0.79 0.38
Hex 20 AD 14 52 0 58 20 73 4F 26
Octal 40 255 24 122 0 130 40 163 117 46
Binary 100000 10101101 10100 1010010 0 1011000 100000 1110011 1001111 100110

Color Harmonies of #20AD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AD14

Black with #20AD14

Text Example


Text Example

White with #20AD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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