Html Css Color HEX #11A215 Islamic Green

📋 copy color: '#11A215'

red 17 ◦ green 162 ◦ blue 21

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

Shades of Islamic Green #11A215

Tints of Islamic Green #11A215

RGB

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

 GREEN value IS 162 (63.67% from 255) = 81%

 BLUE value IS 21 (8.59% from 255) = 10.5%

R = 8.5%
G = 81%
B = 10.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#11A215 (or 0x11A215) is known color: Islamic Green. HEX triplet: 11, A2 and 15. RGB value is (17,162,21). Sum of RGB (Red+Green+Blue) = 17+162+21=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 162 (63.67% from 255 or 81% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 162 - color contains mainly: green. Hex color #11A215 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A215 is #EE5DEA. Grayscale: #666666. Windows color (decimal): -15621611 or 1417745. OLE color: 1417745.

HSL color Cylindrical-coordinate representation of color #11A215: hue angle of 121.66º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A215 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 162 21 -
CMYK 0.90 0 0.87 0.36
HSL 121.66º 0.81% 0.35% -
HSV(B) 121.66º 0.9% 0.64% -
XYZ 13.29 26.01 5.03 -
YUV 102.57 81.96 66.96 -
System Red Green Blue C M Y K H S L
Decimal 17 162 21 0.90 0 0.87 0.36 121.66 0.81 0.35
Hex 11 A2 15 5A 0 57 24 7A 51 23
Octal 21 242 25 132 0 127 44 172 121 43
Binary 10001 10100010 10101 1011010 0 1010111 100100 1111010 1010001 100011

Color Harmonies of #11A215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A215

Black with #11A215

Text Example


Text Example

White with #11A215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,162,21); }

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

background-color css

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

 a { background-color: rgb(17,162,21); }

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

border-color css

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

 span { border-color: rgb(17,162,21); }

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