#0A910A

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

Shades of Islamic Green #0A910A

Tints of Islamic Green #0A910A

Color information

#0A910A (or 0x0A910A) is unknown color: approx Islamic Green. HEX triplet: 0A, 91 and 0A. RGB value is (10,145,10). Sum of RGB (Red+Green+Blue) = 10+145+10=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 145 (57.03% from 255 or 87.88% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 145 - color contains mainly: green. Hex color #0A910A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A910A is #F56EF5. Grayscale: #595959. Windows color (decimal): -16084726 or 692490. OLE color: 692490.

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

Color convert

RGB1014510-
CMYK0.9300.930.43
HSL120º87.1%30.39%-
HSV(B)120º93.1%56.86%-
XYZ10.3120.343.67-
YUV89.2483.2771.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.06%
GREEN value IS 145 (57.03% from 255) = 87.88%
BLUE value IS 10 (4.30% from 255) = 6.06%
R=6.06%
G=87.88%
B=6.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10145100.9300.930.4312087.130.39
HexA91A5D05D2B78571e
Octal122211213501355317012736
Binary10101001000110101011101010111011010111111000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A910A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,145,10); }

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

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

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

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

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

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

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