#0A960E

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

Shades of Islamic Green #0A960E

Tints of Islamic Green #0A960E

Color information

#0A960E (or 0x0A960E) is unknown color: approx Islamic Green. HEX triplet: 0A, 96 and 0E. RGB value is (10,150,14). Sum of RGB (Red+Green+Blue) = 10+150+14=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 150 (58.98% from 255 or 86.21% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 150 - color contains mainly: green. Hex color #0A960E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A960E is #F569F1. Grayscale: #5D5D5D. Windows color (decimal): -16083442 or 955914. OLE color: 955914.

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

Color convert

RGB1015014-
CMYK0.9300.910.41
HSL121.71º87.5%31.37%-
HSV(B)121.71º93.33%58.82%-
XYZ11.1121.914.06-
YUV92.6483.6269.06-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.75%
GREEN value IS 150 (58.98% from 255) = 86.21%
BLUE value IS 14 (5.86% from 255) = 8.05%
R=5.75%
G=86.21%
B=8.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10150140.9300.910.41121.7187.531.37
HexA96E5D05B297a581f
Octal122261613501335117213037
Binary10101001011011101011101010110111010011111010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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