Html Css Color HEX #11AA0B Islamic Green

📋 copy color: '#11AA0B'

red 17 ◦ green 170 ◦ blue 11

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

Shades of Islamic Green #11AA0B

Tints of Islamic Green #11AA0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.56%

R = 8.59%
G = 85.86%
B = 5.56%

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

#11AA0B (or 0x11AA0B) is known color: Islamic Green. HEX triplet: 11, AA and 0B. RGB value is (17,170,11). Sum of RGB (Red+Green+Blue) = 17+170+11=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 170 (66.80% from 255 or 85.86% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11AA0B is #EE55F4. Grayscale: #6A6A6A. Windows color (decimal): -15619573 or 764433. OLE color: 764433.

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

Color convert

RGB 17 170 11 -
CMYK 0.9 0 0.94 0.33
HSL 117.74º 0.88% 0.35% -
HSV(B) 117.74º 0.94% 0.67% -
XYZ 14.67 28.89 5.12 -
YUV 106.13 74.31 64.43 -
System Red Green Blue C M Y K H S L
Decimal 17 170 11 0.9 0 0.94 0.33 117.74 0.88 0.35
Hex 11 AA B 5A 0 5E 21 76 58 23
Octal 21 252 13 132 0 136 41 166 130 43
Binary 10001 10101010 1011 1011010 0 1011110 100001 1110110 1011000 100011

Color Harmonies of #11AA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AA0B

Black with #11AA0B

Text Example


Text Example

White with #11AA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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