#0A900E

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

Shades of Islamic Green #0A900E

Tints of Islamic Green #0A900E

Color information

#0A900E (or 0x0A900E) is unknown color: approx Islamic Green. HEX triplet: 0A, 90 and 0E. RGB value is (10,144,14). Sum of RGB (Red+Green+Blue) = 10+144+14=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 144 (56.64% from 255 or 85.71% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 144 - color contains mainly: green. Hex color #0A900E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A900E is #F56FF1. Grayscale: #595959. Windows color (decimal): -16084978 or 954378. OLE color: 954378.

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

Color convert

RGB1014414-
CMYK0.9300.900.44
HSL121.79º87.01%30.2%-
HSV(B)121.79º93.06%56.47%-
XYZ10.1820.043.75-
YUV89.1185.6171.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.95%
GREEN value IS 144 (56.64% from 255) = 85.71%
BLUE value IS 14 (5.86% from 255) = 8.33%
R=5.95%
G=85.71%
B=8.33%

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
Decimal10144140.9300.900.44121.7987.0130.2
HexA90E5D05A2C7a571e
Octal122201613501325417212736
Binary10101001000011101011101010110101011001111010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A900E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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