#128E10

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

Shades of Forest Green #128E10

Tints of Forest Green #128E10

Color information

#128E10 (or 0x128E10) is unknown color: approx Forest Green. HEX triplet: 12, 8E and 10. RGB value is (18,142,16). Sum of RGB (Red+Green+Blue) = 18+142+16=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 142 (55.86% from 255 or 80.68% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 142 - color contains mainly: green. Hex color #128E10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128E10 is #ED71EF. Grayscale: #5A5A5A. Windows color (decimal): -15561200 or 1084946. OLE color: 1084946.

HSL color Cylindrical-coordinate representation of color #128E10: hue angle of 119.05º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #128E10 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB1814216-
CMYK0.8700.890.44
HSL119.05º79.75%30.98%-
HSV(B)119.05º88.73%55.69%-
XYZ10.0219.513.73-
YUV90.5685.9276.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.23%
GREEN value IS 142 (55.86% from 255) = 80.68%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=10.23%
G=80.68%
B=9.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18142160.8700.890.44119.0579.7530.98
Hex128E10570592C77501f
Octal222162012701315416712037
Binary1001010001110100001010111010110011011001110111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128E10; }

 p { color: rgb(18,142,16); }

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

<style>
 a { background-color: #128E10; }

 a { background-color: rgb(18,142,16); }

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

<style>
 span { border-color: #128E10; }

 span { border-color: rgb(18,142,16); }

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