Html Css Color HEX #11A010 Islamic Green

📋 copy color: '#11A010'

red 17 ◦ green 160 ◦ blue 16

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

Shades of Islamic Green #11A010

Tints of Islamic Green #11A010

RGB

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

 GREEN value IS 160 (62.89% from 255) = 82.9%

 BLUE value IS 16 (6.64% from 255) = 8.29%

R = 8.81%
G = 82.9%
B = 8.29%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#11A010 (or 0x11A010) is known color: Islamic Green. HEX triplet: 11, A0 and 10. RGB value is (17,160,16). Sum of RGB (Red+Green+Blue) = 17+160+16=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 160 (62.89% from 255 or 82.90% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 160 - color contains mainly: green. Hex color #11A010 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A010 is #EE5FEF. Grayscale: #656565. Windows color (decimal): -15622128 or 1089553. OLE color: 1089553.

HSL color Cylindrical-coordinate representation of color #11A010: hue angle of 119.58º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A010 is Cyan = 0.89, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB 17 160 16 -
CMYK 0.89 0 0.9 0.37
HSL 119.58º 0.82% 0.35% -
HSV(B) 119.58º 0.9% 0.63% -
XYZ 12.9 25.3 4.69 -
YUV 100.83 80.12 68.21 -
System Red Green Blue C M Y K H S L
Decimal 17 160 16 0.89 0 0.9 0.37 119.58 0.82 0.35
Hex 11 A0 10 59 0 5A 25 78 52 23
Octal 21 240 20 131 0 132 45 170 122 43
Binary 10001 10100000 10000 1011001 0 1011010 100101 1111000 1010010 100011

Color Harmonies of #11A010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A010

Black with #11A010

Text Example


Text Example

White with #11A010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,160,16); }

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

background-color css

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

 a { background-color: rgb(17,160,16); }

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

border-color css

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

 span { border-color: rgb(17,160,16); }

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