Html Css Color HEX #10A620 Forest Green

📋 copy color: '#10A620'

red 16 ◦ green 166 ◦ blue 32

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

Shades of Forest Green #10A620

Tints of Forest Green #10A620

RGB

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

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

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

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

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

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

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

Color convert

RGB 16 166 32 -
CMYK 0.90 0 0.81 0.35
HSL 126.4º 0.82% 0.36% -
HSV(B) 126.4º 0.9% 0.65% -
XYZ 14.11 27.49 5.93 -
YUV 105.87 86.31 63.9 -
System Red Green Blue C M Y K H S L
Decimal 16 166 32 0.90 0 0.81 0.35 126.4 0.82 0.36
Hex 10 A6 20 5A 0 51 23 7E 52 24
Octal 20 246 40 132 0 121 43 176 122 44
Binary 10000 10100110 100000 1011010 0 1010001 100011 1111110 1010010 100100

Color Harmonies of #10A620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A620

Black with #10A620

Text Example


Text Example

White with #10A620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10A620; }

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

 H1.HeaderClassName
 {
   color: #10A620;
 }
 .AnyTagClassName
 {
   color: #10A620;
 }
</style>

background-color css

<style>
 a { background-color: #10A620; }

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

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

border-color css

<style>
 span { border-color: #10A620; }

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

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