#0F900A

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

Shades of Islamic Green #0F900A

Tints of Islamic Green #0F900A

Color information

#0F900A (or 0x0F900A) is unknown color: approx Islamic Green. HEX triplet: 0F, 90 and 0A. RGB value is (15,144,10). Sum of RGB (Red+Green+Blue) = 15+144+10=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 144 (56.64% from 255 or 85.21% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 144 - color contains mainly: green. Hex color #0F900A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F900A is #F06FF5. Grayscale: #5A5A5A. Windows color (decimal): -15757302 or 692239. OLE color: 692239.

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

Color convert

RGB1514410-
CMYK0.9000.930.44
HSL117.76º87.01%30.2%-
HSV(B)117.76º93.06%56.47%-
XYZ10.2320.073.62-
YUV90.1582.7674.4-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.88%
GREEN value IS 144 (56.64% from 255) = 85.21%
BLUE value IS 10 (4.30% from 255) = 5.92%
R=8.88%
G=85.21%
B=5.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal15144100.9000.930.44117.7687.0130.2
HexF90A5A05D2C76571e
Octal172201213201355416612736
Binary11111001000010101011010010111011011001110110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F900A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,144,10); }

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

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

 a { background-color: rgb(15,144,10); }

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

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

 span { border-color: rgb(15,144,10); }

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