#10A120

Color #10A120 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #10A120

Tints of Forest Green #10A120

Color information

#10A120 (or 0x10A120) is unknown color: approx Forest Green. HEX triplet: 10, A1 and 20. RGB value is (16,161,32). Sum of RGB (Red+Green+Blue) = 16+161+32=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 161 (63.28% from 255 or 77.03% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 161 - color contains mainly: green. Hex color #10A120 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A120 is #EF5EDF. Grayscale: #676767. Windows color (decimal): -15687392 or 2138384. OLE color: 2138384.

HSL color Cylindrical-coordinate representation of color #10A120: hue angle of 126.62º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A120 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB1616132-
CMYK0.9000.800.37
HSL126.62º81.92%34.71%-
HSV(B)126.62º90.06%63.14%-
XYZ13.2225.75.63-
YUV102.9487.9665.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.66%
GREEN value IS 161 (63.28% from 255) = 77.03%
BLUE value IS 32 (12.89% from 255) = 15.31%
R=7.66%
G=77.03%
B=15.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16161320.9000.800.37126.6281.9234.71
Hex10A1205A050257f5223
Octal202414013201204517712243
Binary100001010000110000010110100101000010010111111111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #10A120;
 }
 .AnyTagClassName
 {
   color: #10A120;
 }
</style>
background-color css

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

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

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

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

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

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