Html Css Color HEX #11AD14 Islamic Green

📋 copy color: '#11AD14'

red 17 ◦ green 173 ◦ blue 20

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

Shades of Islamic Green #11AD14

Tints of Islamic Green #11AD14

RGB

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

 GREEN value IS 173 (67.97% from 255) = 82.38%

 BLUE value IS 20 (8.2% from 255) = 9.52%

R = 8.1%
G = 82.38%
B = 9.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#11AD14 (or 0x11AD14) is known color: Islamic Green. HEX triplet: 11, AD and 14. RGB value is (17,173,20). Sum of RGB (Red+Green+Blue) = 17+173+20=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 173 (67.97% from 255 or 82.38% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 173 - color contains mainly: green. Hex color #11AD14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11AD14 is #EE52EB. Grayscale: #6D6D6D. Windows color (decimal): -15618796 or 1355025. OLE color: 1355025.

HSL color Cylindrical-coordinate representation of color #11AD14: hue angle of 121.15º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AD14 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 173 20 -
CMYK 0.90 0 0.88 0.32
HSL 121.15º 0.82% 0.37% -
HSV(B) 121.15º 0.9% 0.68% -
XYZ 15.3 30.06 5.66 -
YUV 108.91 77.82 62.44 -
System Red Green Blue C M Y K H S L
Decimal 17 173 20 0.90 0 0.88 0.32 121.15 0.82 0.37
Hex 11 AD 14 5A 0 58 20 79 52 25
Octal 21 255 24 132 0 130 40 171 122 45
Binary 10001 10101101 10100 1011010 0 1011000 100000 1111001 1010010 100101

Color Harmonies of #11AD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AD14

Black with #11AD14

Text Example


Text Example

White with #11AD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,173,20); }

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

background-color css

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

 a { background-color: rgb(17,173,20); }

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

border-color css

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

 span { border-color: rgb(17,173,20); }

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