Html Css Color HEX #0A9412 Islamic Green

📋 copy color: '#0A9412'

red 10 ◦ green 148 ◦ blue 18

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

Shades of Islamic Green #0A9412

Tints of Islamic Green #0A9412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 84.09%

 BLUE value IS 18 (7.42% from 255) = 10.23%

R = 5.68%
G = 84.09%
B = 10.23%

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

#0A9412 (or 0x0A9412) is known color: Islamic Green. HEX triplet: 0A, 94 and 12. RGB value is (10,148,18). Sum of RGB (Red+Green+Blue) = 10+148+18=176 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.68% from 176); Green value is 148 (58.20% from 255 or 84.09% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 148 - color contains mainly: green. Hex color #0A9412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9412 is #F56BED. Grayscale: #5C5C5C. Windows color (decimal): -16083950 or 1217546. OLE color: 1217546.

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

Color convert

RGB 10 148 18 -
CMYK 0.93 0 0.88 0.42
HSL 123.48º 0.87% 0.31% -
HSV(B) 123.48º 0.93% 0.58% -
XYZ 10.82 21.29 4.11 -
YUV 91.92 86.28 69.57 -
System Red Green Blue C M Y K H S L
Decimal 10 148 18 0.93 0 0.88 0.42 123.48 0.87 0.31
Hex A 94 12 5D 0 58 2A 7B 57 1F
Octal 12 224 22 135 0 130 52 173 127 37
Binary 1010 10010100 10010 1011101 0 1011000 101010 1111011 1010111 11111

Color Harmonies of #0A9412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9412

Black with #0A9412

Text Example


Text Example

White with #0A9412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,148,18); }

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

background-color css

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

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

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

border-color css

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

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

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