#0F940E

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

Shades of Islamic Green #0F940E

Tints of Islamic Green #0F940E

Color information

#0F940E (or 0x0F940E) is unknown color: approx Islamic Green. HEX triplet: 0F, 94 and 0E. RGB value is (15,148,14). Sum of RGB (Red+Green+Blue) = 15+148+14=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 148 (58.20% from 255 or 83.62% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 148 - color contains mainly: green. Hex color #0F940E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F940E is #F06BF1. Grayscale: #5D5D5D. Windows color (decimal): -15756274 or 955407. OLE color: 955407.

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

Color convert

RGB1514814-
CMYK0.9000.910.42
HSL119.55º82.72%31.76%-
HSV(B)119.55º90.54%58.04%-
XYZ10.8721.313.96-
YUV92.9683.4472.4-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.47%
GREEN value IS 148 (58.20% from 255) = 83.62%
BLUE value IS 14 (5.86% from 255) = 7.91%
R=8.47%
G=83.62%
B=7.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal15148140.9000.910.42119.5582.7231.76
HexF94E5A05B2A785320
Octal172241613201335217012340
Binary111110010100111010110100101101110101011110001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F940E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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