#0F8F01

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

Shades of Islamic Green #0F8F01

Tints of Islamic Green #0F8F01

Color information

#0F8F01 (or 0x0F8F01) is unknown color: approx Islamic Green. HEX triplet: 0F, 8F and 01. RGB value is (15,143,1). Sum of RGB (Red+Green+Blue) = 15+143+1=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 143 (56.25% from 255 or 89.94% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 143 - color contains mainly: green. Hex color #0F8F01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8F01 is #F070FE. Grayscale: #585858. Windows color (decimal): -15757567 or 102159. OLE color: 102159.

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

Color convert

RGB151431-
CMYK0.9000.990.44
HSL114.08º98.61%28.24%-
HSV(B)114.08º99.3%56.08%-
XYZ10.0219.753.31-
YUV88.5478.5975.55-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.43%
GREEN value IS 143 (56.25% from 255) = 89.94%
BLUE value IS 1 (0.78% from 255) = 0.63%
R=9.43%
G=89.94%
B=0.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1514310.9000.990.44114.0898.6128.24
HexF8F15A0632C72631c
Octal17217113201435416214334
Binary11111000111111011010011000111011001110010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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