#009F0F

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

Shades of Islamic Green #009F0F

Tints of Islamic Green #009F0F

Color information

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

HSL color Cylindrical-coordinate representation of color #009F0F: hue angle of 125.66º 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 #009F0F is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB015915-
CMYK100.910.38
HSL125.66º100%31.18%-
HSV(B)125.66º100%62.35%-
XYZ12.4824.834.59-
YUV95.0482.8260.21-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal015915100.910.38125.6610031.18
Hex09FF6405B267e641f
Octal02371714401334617614437
Binary01001111111111100100010110111001101111110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009F0F; }

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

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

<style>
 a { background-color: #009F0F; }

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

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

<style>
 span { border-color: #009F0F; }

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

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