#0F9F00

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

Shades of Islamic Green #0F9F00

Tints of Islamic Green #0F9F00

Color information

#0F9F00 (or 0x0F9F00) is unknown color: approx Islamic Green. HEX triplet: 0F, 9F and 00. RGB value is (15,159,0). Sum of RGB (Red+Green+Blue) = 15+159+0=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 159 (62.5% from 255 or 91.38% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 159 - color contains mainly: green. Hex color #0F9F00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9F00 is #F060FF. Grayscale: #626262. Windows color (decimal): -15753472 or 40719. OLE color: 40719.

HSL color Cylindrical-coordinate representation of color #0F9F00: hue angle of 114.34º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F9F00 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB151590-
CMYK0.91010.38
HSL114.34º100%31.18%-
HSV(B)114.34º100%62.35%-
XYZ12.624.94.14-
YUV97.8272.7968.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.62%
GREEN value IS 159 (62.5% from 255) = 91.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=8.62%
G=91.38%
B=0%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1515900.91010.38114.3410031.18
HexF9F05B0642672641f
Octal17237013301444616214437
Binary11111001111101011011011001001001101110010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,159,0); }

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

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

 a { background-color: rgb(15,159,0); }

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

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

 span { border-color: rgb(15,159,0); }

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