#0F8F07

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

Shades of Islamic Green #0F8F07

Tints of Islamic Green #0F8F07

Color information

#0F8F07 (or 0x0F8F07) is unknown color: approx Islamic Green. HEX triplet: 0F, 8F and 07. RGB value is (15,143,7). Sum of RGB (Red+Green+Blue) = 15+143+7=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 143 (56.25% from 255 or 86.67% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 143 - color contains mainly: green. Hex color #0F8F07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8F07 is #F070F8. Grayscale: #595959. Windows color (decimal): -15757561 or 495375. OLE color: 495375.

HSL color Cylindrical-coordinate representation of color #0F8F07: hue angle of 116.47º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F8F07 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB151437-
CMYK0.9000.950.44
HSL116.47º90.67%29.41%-
HSV(B)116.47º95.1%56.08%-
XYZ10.0619.763.49-
YUV89.2281.5975.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.09%
GREEN value IS 143 (56.25% from 255) = 86.67%
BLUE value IS 7 (3.12% from 255) = 4.24%
R=9.09%
G=86.67%
B=4.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1514370.9000.950.44116.4790.6729.41
HexF8F75A05F2C745b1d
Octal17217713201375416413335
Binary1111100011111111011010010111111011001110100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,143,7); }

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

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

 a { background-color: rgb(15,143,7); }

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

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

 span { border-color: rgb(15,143,7); }

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