#15A120

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

Shades of Forest Green #15A120

Tints of Forest Green #15A120

Color information

#15A120 (or 0x15A120) is unknown color: approx Forest Green. HEX triplet: 15, A1 and 20. RGB value is (21,161,32). Sum of RGB (Red+Green+Blue) = 21+161+32=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 161 (63.28% from 255 or 75.23% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 161 - color contains mainly: green. Hex color #15A120 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15A120 is #EA5EDF. Grayscale: #686868. Windows color (decimal): -15359712 or 2138389. OLE color: 2138389.

HSL color Cylindrical-coordinate representation of color #15A120: hue angle of 124.71º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A120 is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB2116132-
CMYK0.8700.800.37
HSL124.71º76.92%35.69%-
HSV(B)124.71º86.96%63.14%-
XYZ13.3125.755.64-
YUV104.4387.1268.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.81%
GREEN value IS 161 (63.28% from 255) = 75.23%
BLUE value IS 32 (12.89% from 255) = 14.95%
R=9.81%
G=75.23%
B=14.95%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal21161320.8700.800.37124.7176.9235.69
Hex15A12057050257d4d24
Octal252414012701204517511544
Binary101011010000110000010101110101000010010111111011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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