Html Css Color HEX #20A512 Forest Green

📋 copy color: '#20A512'

red 32 ◦ green 165 ◦ blue 18

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

Shades of Forest Green #20A512

Tints of Forest Green #20A512

RGB

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

 GREEN value IS 165 (64.84% from 255) = 76.74%

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

R = 14.88%
G = 76.74%
B = 8.37%

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

#20A512 (or 0x20A512) is known color: Forest Green. HEX triplet: 20, A5 and 12. RGB value is (32,165,18). Sum of RGB (Red+Green+Blue) = 32+165+18=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 165 (64.84% from 255 or 76.74% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 165 - color contains mainly: green. Hex color #20A512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20A512 is #DF5AED. Grayscale: #6C6C6C. Windows color (decimal): -14637806 or 1221920. OLE color: 1221920.

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

Color convert

RGB 32 165 18 -
CMYK 0.81 0 0.89 0.35
HSL 114.29º 0.8% 0.36% -
HSV(B) 114.29º 0.89% 0.65% -
XYZ 14.16 27.26 5.09 -
YUV 108.48 76.94 73.45 -
System Red Green Blue C M Y K H S L
Decimal 32 165 18 0.81 0 0.89 0.35 114.29 0.8 0.36
Hex 20 A5 12 51 0 59 23 72 50 24
Octal 40 245 22 121 0 131 43 162 120 44
Binary 100000 10100101 10010 1010001 0 1011001 100011 1110010 1010000 100100

Color Harmonies of #20A512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A512

Black with #20A512

Text Example


Text Example

White with #20A512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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