Html Css Color HEX #0AA412 Islamic Green

📋 copy color: '#0AA412'

red 10 ◦ green 164 ◦ blue 18

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

Shades of Islamic Green #0AA412

Tints of Islamic Green #0AA412

RGB

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

 GREEN value IS 164 (64.45% from 255) = 85.42%

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

R = 5.21%
G = 85.42%
B = 9.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#0AA412 (or 0x0AA412) is known color: Islamic Green. HEX triplet: 0A, A4 and 12. RGB value is (10,164,18). Sum of RGB (Red+Green+Blue) = 10+164+18=192 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.21% from 192); Green value is 164 (64.45% from 255 or 85.42% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AA412 is #F55BED. Grayscale: #656565. Windows color (decimal): -16079854 or 1221642. OLE color: 1221642.

HSL color Cylindrical-coordinate representation of color #0AA412: hue angle of 123.12º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA412 is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 10 164 18 -
CMYK 0.94 0 0.89 0.36
HSL 123.12º 0.89% 0.34% -
HSV(B) 123.12º 0.94% 0.64% -
XYZ 13.51 26.66 5.01 -
YUV 101.31 80.98 62.87 -
System Red Green Blue C M Y K H S L
Decimal 10 164 18 0.94 0 0.89 0.36 123.12 0.89 0.34
Hex A A4 12 5E 0 59 24 7B 59 22
Octal 12 244 22 136 0 131 44 173 131 42
Binary 1010 10100100 10010 1011110 0 1011001 100100 1111011 1011001 100010

Color Harmonies of #0AA412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA412

Black with #0AA412

Text Example


Text Example

White with #0AA412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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