#0f9918

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

Shades of Forest Green #0F9918

Tints of Forest Green #0F9918

Color information

#0F9918 (or 0x0F9918) is unknown color: approx Forest Green. HEX triplet: 0F, 99 and 18. RGB value is (15,153,24). Sum of RGB (Red+Green+Blue) = 15+153+24=192 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.81% from 192); Green value is 153 (60.16% from 255 or 79.69% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 153 - color contains mainly: green. Hex color #0F9918 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9918 is #F066E7. Grayscale: #616161. Windows color (decimal): -15754984 or 1612047. OLE color: 1612047.

HSL color Cylindrical-coordinate representation of color #0F9918: hue angle of 123.91º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9918 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB1515324-
CMYK0.9000.840.4
HSL123.91º82.14%32.94%-
HSV(B)123.91º90.2%60%-
XYZ11.7522.954.67-
YUV97.0386.7869.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.81%
GREEN value IS 153 (60.16% from 255) = 79.69%
BLUE value IS 24 (9.77% from 255) = 12.5%
R=7.81%
G=79.69%
B=12.5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15153240.9000.840.4123.9182.1432.94
HexF99185A054287c5221
Octal172313013201245017412241
Binary1111100110011100010110100101010010100011111001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f9918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,153,24); }

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

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

 a { background-color: rgb(15,153,24); }

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

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

 span { border-color: rgb(15,153,24); }

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