#0F9616

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

Shades of Forest Green #0F9616

Tints of Forest Green #0F9616

Color information

#0F9616 (or 0x0F9616) is unknown color: approx Forest Green. HEX triplet: 0F, 96 and 16. RGB value is (15,150,22). Sum of RGB (Red+Green+Blue) = 15+150+22=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 150 (58.98% from 255 or 80.21% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 150 - color contains mainly: green. Hex color #0F9616 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9616 is #F069E9. Grayscale: #5F5F5F. Windows color (decimal): -15755754 or 1480207. OLE color: 1480207.

HSL color Cylindrical-coordinate representation of color #0F9616: hue angle of 123.11º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9616 is Cyan = 0.9, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB1515022-
CMYK0.900.850.41
HSL123.11º81.82%32.35%-
HSV(B)123.11º90%58.82%-
XYZ11.2521.974.41-
YUV95.0486.7770.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.02%
GREEN value IS 150 (58.98% from 255) = 80.21%
BLUE value IS 22 (8.98% from 255) = 11.76%
R=8.02%
G=80.21%
B=11.76%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15150220.900.850.41123.1181.8232.35
HexF96165A055297b5220
Octal172262613201255117312240
Binary1111100101101011010110100101010110100111110111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F9616; }

 p { color: rgb(15,150,22); }

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

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

 a { background-color: rgb(15,150,22); }

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

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

 span { border-color: rgb(15,150,22); }

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