#0A930E

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

Shades of Islamic Green #0A930E

Tints of Islamic Green #0A930E

Color information

#0A930E (or 0x0A930E) is unknown color: approx Islamic Green. HEX triplet: 0A, 93 and 0E. RGB value is (10,147,14). Sum of RGB (Red+Green+Blue) = 10+147+14=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 147 (57.81% from 255 or 85.96% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 147 - color contains mainly: green. Hex color #0A930E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A930E is #F56CF1. Grayscale: #5B5B5B. Windows color (decimal): -16084210 or 955146. OLE color: 955146.

HSL color Cylindrical-coordinate representation of color #0A930E: hue angle of 121.75º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A930E is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1014714-
CMYK0.9300.900.42
HSL121.75º87.26%30.78%-
HSV(B)121.75º93.2%57.65%-
XYZ10.6420.963.9-
YUV90.8884.6170.31-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.85%
GREEN value IS 147 (57.81% from 255) = 85.96%
BLUE value IS 14 (5.86% from 255) = 8.19%
R=5.85%
G=85.96%
B=8.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10147140.9300.900.42121.7587.2630.78
HexA93E5D05A2A7a571f
Octal122231613501325217212737
Binary10101001001111101011101010110101010101111010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A930E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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