#0F8D09

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

Shades of Islamic Green #0F8D09

Tints of Islamic Green #0F8D09

Color information

#0F8D09 (or 0x0F8D09) is unknown color: approx Islamic Green. HEX triplet: 0F, 8D and 09. RGB value is (15,141,9). Sum of RGB (Red+Green+Blue) = 15+141+9=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 141 (55.47% from 255 or 85.45% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 141 - color contains mainly: green. Hex color #0F8D09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8D09 is #F072F6. Grayscale: #585858. Windows color (decimal): -15758071 or 625935. OLE color: 625935.

HSL color Cylindrical-coordinate representation of color #0F8D09: hue angle of 117.27º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F8D09 is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB151419-
CMYK0.8900.940.45
HSL117.27º88%29.41%-
HSV(B)117.27º93.62%55.29%-
XYZ9.7719.173.44-
YUV88.2883.2675.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.09%
GREEN value IS 141 (55.47% from 255) = 85.45%
BLUE value IS 9 (3.91% from 255) = 5.45%
R=9.09%
G=85.45%
B=5.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1514190.8900.940.45117.278829.41
HexF8D95905E2D75581d
Octal172151113101365516513035
Binary11111000110110011011001010111101011011110101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,141,9); }

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

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

 a { background-color: rgb(15,141,9); }

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

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

 span { border-color: rgb(15,141,9); }

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