Html Css Color HEX #11AA0A Islamic Green

📋 copy color: '#11AA0A'

red 17 ◦ green 170 ◦ blue 10

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

Shades of Islamic Green #11AA0A

Tints of Islamic Green #11AA0A

RGB

 RED value IS 17 (7.03% from 255) = 8.63%

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

 BLUE value IS 10 (4.3% from 255) = 5.08%

R = 8.63%
G = 86.29%
B = 5.08%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#11AA0A (or 0x11AA0A) is known color: Islamic Green. HEX triplet: 11, AA and 0A. RGB value is (17,170,10). Sum of RGB (Red+Green+Blue) = 17+170+10=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 170 (66.80% from 255 or 86.29% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11AA0A is #EE55F5. Grayscale: #6A6A6A. Windows color (decimal): -15619574 or 698897. OLE color: 698897.

HSL color Cylindrical-coordinate representation of color #11AA0A: hue angle of 117.38º 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 #11AA0A is Cyan = 0.9, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 170 10 -
CMYK 0.9 0 0.94 0.33
HSL 117.38º 0.89% 0.35% -
HSV(B) 117.38º 0.94% 0.67% -
XYZ 14.66 28.89 5.09 -
YUV 106.01 73.81 64.51 -
System Red Green Blue C M Y K H S L
Decimal 17 170 10 0.9 0 0.94 0.33 117.38 0.89 0.35
Hex 11 AA A 5A 0 5E 21 75 59 23
Octal 21 252 12 132 0 136 41 165 131 43
Binary 10001 10101010 1010 1011010 0 1011110 100001 1110101 1011001 100011

Color Harmonies of #11AA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AA0A

Black with #11AA0A

Text Example


Text Example

White with #11AA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11AA0A; }

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

 H1.HeaderClassName
 {
   color: #11AA0A;
 }
 .AnyTagClassName
 {
   color: #11AA0A;
 }
</style>

background-color css

<style>
 a { background-color: #11AA0A; }

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

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

border-color css

<style>
 span { border-color: #11AA0A; }

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

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