Html Css Color HEX #20A610 Forest Green

📋 copy color: '#20A610'

red 32 ◦ green 166 ◦ blue 16

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

Shades of Forest Green #20A610

Tints of Forest Green #20A610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.48%

R = 14.95%
G = 77.57%
B = 7.48%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#20A610 (or 0x20A610) is known color: Forest Green. HEX triplet: 20, A6 and 10. RGB value is (32,166,16). Sum of RGB (Red+Green+Blue) = 32+166+16=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 166 (65.23% from 255 or 77.57% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 166 - color contains mainly: green. Hex color #20A610 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20A610 is #DF59EF. Grayscale: #6D6D6D. Windows color (decimal): -14637552 or 1091104. OLE color: 1091104.

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

Color convert

RGB 32 166 16 -
CMYK 0.81 0 0.90 0.35
HSL 113.6º 0.82% 0.36% -
HSV(B) 113.6º 0.9% 0.65% -
XYZ 14.33 27.62 5.07 -
YUV 108.83 75.61 73.2 -
System Red Green Blue C M Y K H S L
Decimal 32 166 16 0.81 0 0.90 0.35 113.6 0.82 0.36
Hex 20 A6 10 51 0 5A 23 72 52 24
Octal 40 246 20 121 0 132 43 162 122 44
Binary 100000 10100110 10000 1010001 0 1011010 100011 1110010 1010010 100100

Color Harmonies of #20A610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A610

Black with #20A610

Text Example


Text Example

White with #20A610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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