#0A900F

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

Shades of Islamic Green #0A900F

Tints of Islamic Green #0A900F

Color information

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

HSL color Cylindrical-coordinate representation of color #0A900F: hue angle of 122.24º 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 #0A900F is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB1014415-
CMYK0.9300.900.44
HSL122.24º87.01%30.2%-
HSV(B)122.24º93.06%56.47%-
XYZ10.1820.053.78-
YUV89.2386.1171.49-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10144150.9300.900.44122.2487.0130.2
HexA90F5D05A2C7a571e
Octal122201713501325417212736
Binary10101001000011111011101010110101011001111010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A900F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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