#0F9504

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

Shades of Islamic Green #0F9504

Tints of Islamic Green #0F9504

Color information

#0F9504 (or 0x0F9504) is unknown color: approx Islamic Green. HEX triplet: 0F, 95 and 04. RGB value is (15,149,4). Sum of RGB (Red+Green+Blue) = 15+149+4=168 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.93% from 168); Green value is 149 (58.59% from 255 or 88.69% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 149 - color contains mainly: green. Hex color #0F9504 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9504 is #F06AFB. Grayscale: #5C5C5C. Windows color (decimal): -15756028 or 300303. OLE color: 300303.

HSL color Cylindrical-coordinate representation of color #0F9504: hue angle of 115.45º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F9504 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB151494-
CMYK0.9000.970.42
HSL115.45º94.77%30%-
HSV(B)115.45º97.32%58.43%-
XYZ10.9721.613.71-
YUV92.478.1172.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.93%
GREEN value IS 149 (58.59% from 255) = 88.69%
BLUE value IS 4 (1.95% from 255) = 2.38%
R=8.93%
G=88.69%
B=2.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1514940.9000.970.42115.4594.7730
HexF9545A0612A735f1e
Octal17225413201415216313736
Binary1111100101011001011010011000011010101110011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,149,4); }

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

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

 a { background-color: rgb(15,149,4); }

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

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

 span { border-color: rgb(15,149,4); }

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