Html Css Color HEX #20A613 Forest Green

📋 copy color: '#20A613'

red 32 ◦ green 166 ◦ blue 19

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

Shades of Forest Green #20A613

Tints of Forest Green #20A613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.76%

R = 14.75%
G = 76.5%
B = 8.76%

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

#20A613 (or 0x20A613) is known color: Forest Green. HEX triplet: 20, A6 and 13. RGB value is (32,166,19). Sum of RGB (Red+Green+Blue) = 32+166+19=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 166 (65.23% from 255 or 76.50% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 166 - color contains mainly: green. Hex color #20A613 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20A613 is #DF59EC. Grayscale: #6D6D6D. Windows color (decimal): -14637549 or 1287712. OLE color: 1287712.

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

Color convert

RGB 32 166 19 -
CMYK 0.81 0 0.89 0.35
HSL 114.69º 0.79% 0.36% -
HSV(B) 114.69º 0.89% 0.65% -
XYZ 14.35 27.63 5.19 -
YUV 109.18 77.11 72.95 -
System Red Green Blue C M Y K H S L
Decimal 32 166 19 0.81 0 0.89 0.35 114.69 0.79 0.36
Hex 20 A6 13 51 0 59 23 73 4F 24
Octal 40 246 23 121 0 131 43 163 117 44
Binary 100000 10100110 10011 1010001 0 1011001 100011 1110011 1001111 100100

Color Harmonies of #20A613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A613

Black with #20A613

Text Example


Text Example

White with #20A613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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