#0F940C

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

Shades of Islamic Green #0F940C

Tints of Islamic Green #0F940C

Color information

#0F940C (or 0x0F940C) is unknown color: approx Islamic Green. HEX triplet: 0F, 94 and 0C. RGB value is (15,148,12). Sum of RGB (Red+Green+Blue) = 15+148+12=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 148 (58.20% from 255 or 84.57% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 148 - color contains mainly: green. Hex color #0F940C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F940C is #F06BF3. Grayscale: #5D5D5D. Windows color (decimal): -15756276 or 824335. OLE color: 824335.

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

Color convert

RGB1514812-
CMYK0.9000.920.42
HSL118.68º85%31.37%-
HSV(B)118.68º91.89%58.04%-
XYZ10.8521.313.89-
YUV92.7382.4472.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.57%
GREEN value IS 148 (58.20% from 255) = 84.57%
BLUE value IS 12 (5.08% from 255) = 6.86%
R=8.57%
G=84.57%
B=6.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal15148120.9000.920.42118.688531.37
HexF94C5A05C2A77551f
Octal172241413201345216712537
Binary11111001010011001011010010111001010101110111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F940C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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