Html Css Color HEX #11AA0F Islamic Green

📋 copy color: '#11AA0F'

red 17 ◦ green 170 ◦ blue 15

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

Shades of Islamic Green #11AA0F

Tints of Islamic Green #11AA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.43%

R = 8.42%
G = 84.16%
B = 7.43%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#11AA0F (or 0x11AA0F) is known color: Islamic Green. HEX triplet: 11, AA and 0F. RGB value is (17,170,15). Sum of RGB (Red+Green+Blue) = 17+170+15=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 170 (66.80% from 255 or 84.16% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11AA0F is #EE55F0. Grayscale: #6B6B6B. Windows color (decimal): -15619569 or 1026577. OLE color: 1026577.

HSL color Cylindrical-coordinate representation of color #11AA0F: hue angle of 119.23º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11AA0F is Cyan = 0.9, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 170 15 -
CMYK 0.9 0 0.91 0.33
HSL 119.23º 0.84% 0.36% -
HSV(B) 119.23º 0.91% 0.67% -
XYZ 14.69 28.9 5.26 -
YUV 106.58 76.31 64.1 -
System Red Green Blue C M Y K H S L
Decimal 17 170 15 0.9 0 0.91 0.33 119.23 0.84 0.36
Hex 11 AA F 5A 0 5B 21 77 54 24
Octal 21 252 17 132 0 133 41 167 124 44
Binary 10001 10101010 1111 1011010 0 1011011 100001 1110111 1010100 100100

Color Harmonies of #11AA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AA0F

Black with #11AA0F

Text Example


Text Example

White with #11AA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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