#0F9F13

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

Shades of Islamic Green #0F9F13

Tints of Islamic Green #0F9F13

Color information

#0F9F13 (or 0x0F9F13) is unknown color: approx Islamic Green. HEX triplet: 0F, 9F and 13. RGB value is (15,159,19). Sum of RGB (Red+Green+Blue) = 15+159+19=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 159 (62.5% from 255 or 82.38% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 159 - color contains mainly: green. Hex color #0F9F13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9F13 is #F060EC. Grayscale: #646464. Windows color (decimal): -15753453 or 1285903. OLE color: 1285903.

HSL color Cylindrical-coordinate representation of color #0F9F13: hue angle of 121.67º 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 #0F9F13 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB1515919-
CMYK0.9100.880.38
HSL121.67º82.76%34.12%-
HSV(B)121.67º90.57%62.35%-
XYZ12.7124.944.76-
YUV99.9882.2967.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.77%
GREEN value IS 159 (62.5% from 255) = 82.38%
BLUE value IS 19 (7.81% from 255) = 9.84%
R=7.77%
G=82.38%
B=9.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15159190.9100.880.38121.6782.7634.12
HexF9F135B058267a5322
Octal172372313301304617212342
Binary1111100111111001110110110101100010011011110101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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