#0F8616

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

Shades of Forest Green #0F8616

Tints of Forest Green #0F8616

Color information

#0F8616 (or 0x0F8616) is unknown color: approx Forest Green. HEX triplet: 0F, 86 and 16. RGB value is (15,134,22). Sum of RGB (Red+Green+Blue) = 15+134+22=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 134 (52.73% from 255 or 78.36% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 134 - color contains mainly: green. Hex color #0F8616 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8616 is #F079E9. Grayscale: #555555. Windows color (decimal): -15759850 or 1476111. OLE color: 1476111.

HSL color Cylindrical-coordinate representation of color #0F8616: hue angle of 123.53º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8616 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1513422-
CMYK0.8900.840.47
HSL123.53º79.87%29.22%-
HSV(B)123.53º88.81%52.55%-
XYZ8.8717.213.61-
YUV85.6592.0877.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.77%
GREEN value IS 134 (52.73% from 255) = 78.36%
BLUE value IS 22 (8.98% from 255) = 12.87%
R=8.77%
G=78.36%
B=12.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15134220.8900.840.47123.5379.8729.22
HexF8616590542F7c501d
Octal172062613101245717412035
Binary111110000110101101011001010101001011111111100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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