#128916

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

Shades of Forest Green #128916

Tints of Forest Green #128916

Color information

#128916 (or 0x128916) is unknown color: approx Forest Green. HEX triplet: 12, 89 and 16. RGB value is (18,137,22). Sum of RGB (Red+Green+Blue) = 18+137+22=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 137 (53.91% from 255 or 77.40% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 137 - color contains mainly: green. Hex color #128916 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128916 is #ED76E9. Grayscale: #585858. Windows color (decimal): -15562474 or 1476882. OLE color: 1476882.

HSL color Cylindrical-coordinate representation of color #128916: hue angle of 122.02º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128916 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB1813722-
CMYK0.8700.840.46
HSL122.02º76.77%30.39%-
HSV(B)122.02º86.86%53.73%-
XYZ9.3418.083.76-
YUV88.3190.5877.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 137 (53.91% from 255) = 77.40%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=10.17%
G=77.40%
B=12.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18137220.8700.840.46122.0276.7730.39
Hex128916570542E7a4d1e
Octal222112612701245617211536
Binary1001010001001101101010111010101001011101111010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128916; }

 p { color: rgb(18,137,22); }

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

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

 a { background-color: rgb(18,137,22); }

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

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

 span { border-color: rgb(18,137,22); }

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