#0F940B

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

Shades of Islamic Green #0F940B

Tints of Islamic Green #0F940B

Color information

#0F940B (or 0x0F940B) is unknown color: approx Islamic Green. HEX triplet: 0F, 94 and 0B. RGB value is (15,148,11). Sum of RGB (Red+Green+Blue) = 15+148+11=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 148 (58.20% from 255 or 85.06% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 148 - color contains mainly: green. Hex color #0F940B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F940B is #F06BF4. Grayscale: #5D5D5D. Windows color (decimal): -15756277 or 758799. OLE color: 758799.

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

Color convert

RGB1514811-
CMYK0.9000.930.42
HSL118.25º86.16%31.18%-
HSV(B)118.25º92.57%58.04%-
XYZ10.8521.313.86-
YUV92.6281.9472.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.62%
GREEN value IS 148 (58.20% from 255) = 85.06%
BLUE value IS 11 (4.69% from 255) = 6.32%
R=8.62%
G=85.06%
B=6.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal15148110.9000.930.42118.2586.1631.18
HexF94B5A05D2A76561f
Octal172241313201355216612637
Binary11111001010010111011010010111011010101110110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F940B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,148,11); }

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

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

 a { background-color: rgb(15,148,11); }

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

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

 span { border-color: rgb(15,148,11); }

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