Html Css Color HEX #0AAA12 Islamic Green

📋 copy color: '#0AAA12'

red 10 ◦ green 170 ◦ blue 18

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

Shades of Islamic Green #0AAA12

Tints of Islamic Green #0AAA12

RGB

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

 GREEN value IS 170 (66.8% from 255) = 85.86%

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

R = 5.05%
G = 85.86%
B = 9.09%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#0AAA12 (or 0x0AAA12) is known color: Islamic Green. HEX triplet: 0A, AA and 12. RGB value is (10,170,18). Sum of RGB (Red+Green+Blue) = 10+170+18=198 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.05% from 198); Green value is 170 (66.80% from 255 or 85.86% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAA12 is #F555ED. Grayscale: #696969. Windows color (decimal): -16078318 or 1223178. OLE color: 1223178.

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

Color convert

RGB 10 170 18 -
CMYK 0.94 0 0.89 0.33
HSL 123º 0.89% 0.35% -
HSV(B) 123º 0.94% 0.67% -
XYZ 14.61 28.86 5.37 -
YUV 104.83 78.99 60.36 -
System Red Green Blue C M Y K H S L
Decimal 10 170 18 0.94 0 0.89 0.33 123 0.89 0.35
Hex A AA 12 5E 0 59 21 7B 59 23
Octal 12 252 22 136 0 131 41 173 131 43
Binary 1010 10101010 10010 1011110 0 1011001 100001 1111011 1011001 100011

Color Harmonies of #0AAA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA12

Black with #0AAA12

Text Example


Text Example

White with #0AAA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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