Html Css Color HEX #0A9311 Islamic Green

📋 copy color: '#0A9311'

red 10 ◦ green 147 ◦ blue 17

#0A9311
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #0A9311

Tints of Islamic Green #0A9311

RGB

 RED value IS 10 (4.3% from 255) = 5.75%

 GREEN value IS 147 (57.81% from 255) = 84.48%

 BLUE value IS 17 (7.03% from 255) = 9.77%

R = 5.75%
G = 84.48%
B = 9.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#0A9311 (or 0x0A9311) is known color: Islamic Green. HEX triplet: 0A, 93 and 11. RGB value is (10,147,17). Sum of RGB (Red+Green+Blue) = 10+147+17=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 147 (57.81% from 255 or 84.48% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 147 - color contains mainly: green. Hex color #0A9311 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9311 is #F56CEE. Grayscale: #5B5B5B. Windows color (decimal): -16084207 or 1151754. OLE color: 1151754.

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

Color convert

RGB 10 147 17 -
CMYK 0.93 0 0.88 0.42
HSL 123.07º 0.87% 0.31% -
HSV(B) 123.07º 0.93% 0.58% -
XYZ 10.66 20.97 4.02 -
YUV 91.22 86.11 70.07 -
System Red Green Blue C M Y K H S L
Decimal 10 147 17 0.93 0 0.88 0.42 123.07 0.87 0.31
Hex A 93 11 5D 0 58 2A 7B 57 1F
Octal 12 223 21 135 0 130 52 173 127 37
Binary 1010 10010011 10001 1011101 0 1011000 101010 1111011 1010111 11111

Color Harmonies of #0A9311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9311

Black with #0A9311

Text Example


Text Example

White with #0A9311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A9311;
 }
 .AnyTagClassName
 {
   color: #0A9311;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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