#0A990E

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

Shades of Islamic Green #0A990E

Tints of Islamic Green #0A990E

Color information

#0A990E (or 0x0A990E) is unknown color: approx Islamic Green. HEX triplet: 0A, 99 and 0E. RGB value is (10,153,14). Sum of RGB (Red+Green+Blue) = 10+153+14=177 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.65% from 177); Green value is 153 (60.16% from 255 or 86.44% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 153 - color contains mainly: green. Hex color #0A990E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A990E is #F566F1. Grayscale: #5E5E5E. Windows color (decimal): -16082674 or 956682. OLE color: 956682.

HSL color Cylindrical-coordinate representation of color #0A990E: hue angle of 121.68º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A990E is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB1015314-
CMYK0.9300.910.4
HSL121.68º87.73%31.96%-
HSV(B)121.68º93.46%60%-
XYZ11.622.884.22-
YUV94.482.6267.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.65%
GREEN value IS 153 (60.16% from 255) = 86.44%
BLUE value IS 14 (5.86% from 255) = 7.91%
R=5.65%
G=86.44%
B=7.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10153140.9300.910.4121.6887.7331.96
HexA99E5D05B287a5820
Octal122311613501335017213040
Binary101010011001111010111010101101110100011110101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A990E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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