#0f9f11

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

Shades of Islamic Green #0F9F11

Tints of Islamic Green #0F9F11

Color information

#0F9F11 (or 0x0F9F11) is unknown color: approx Islamic Green. HEX triplet: 0F, 9F and 11. RGB value is (15,159,17). Sum of RGB (Red+Green+Blue) = 15+159+17=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 159 (62.5% from 255 or 83.25% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 159 - color contains mainly: green. Hex color #0F9F11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9F11 is #F060EE. Grayscale: #646464. Windows color (decimal): -15753455 or 1154831. OLE color: 1154831.

HSL color Cylindrical-coordinate representation of color #0F9F11: hue angle of 120.83º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F9F11 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1515917-
CMYK0.9100.890.38
HSL120.83º82.76%34.12%-
HSV(B)120.83º90.57%62.35%-
XYZ12.724.944.67-
YUV99.7681.2967.55-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.85%
GREEN value IS 159 (62.5% from 255) = 83.25%
BLUE value IS 17 (7.03% from 255) = 8.90%
R=7.85%
G=83.25%
B=8.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15159170.9100.890.38120.8382.7634.12
HexF9F115B05926795322
Octal172372113301314617112342
Binary1111100111111000110110110101100110011011110011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f9f11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,159,17); }

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

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

 a { background-color: rgb(15,159,17); }

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

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

 span { border-color: rgb(15,159,17); }

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