Html Css Color HEX #11A413 Islamic Green

📋 copy color: '#11A413'

red 17 ◦ green 164 ◦ blue 19

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

Shades of Islamic Green #11A413

Tints of Islamic Green #11A413

RGB

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

 GREEN value IS 164 (64.45% from 255) = 82%

 BLUE value IS 19 (7.81% from 255) = 9.5%

R = 8.5%
G = 82%
B = 9.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#11A413 (or 0x11A413) is known color: Islamic Green. HEX triplet: 11, A4 and 13. RGB value is (17,164,19). Sum of RGB (Red+Green+Blue) = 17+164+19=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 164 (64.45% from 255 or 82% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 164 - color contains mainly: green. Hex color #11A413 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A413 is #EE5BEC. Grayscale: #676767. Windows color (decimal): -15621101 or 1287185. OLE color: 1287185.

HSL color Cylindrical-coordinate representation of color #11A413: hue angle of 120.82º 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 #11A413 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 164 19 -
CMYK 0.90 0 0.88 0.36
HSL 120.82º 0.81% 0.35% -
HSV(B) 120.82º 0.9% 0.64% -
XYZ 13.62 26.72 5.05 -
YUV 103.52 80.3 66.29 -
System Red Green Blue C M Y K H S L
Decimal 17 164 19 0.90 0 0.88 0.36 120.82 0.81 0.35
Hex 11 A4 13 5A 0 58 24 79 51 23
Octal 21 244 23 132 0 130 44 171 121 43
Binary 10001 10100100 10011 1011010 0 1011000 100100 1111001 1010001 100011

Color Harmonies of #11A413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A413

Black with #11A413

Text Example


Text Example

White with #11A413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,164,19); }

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

background-color css

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

 a { background-color: rgb(17,164,19); }

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

border-color css

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

 span { border-color: rgb(17,164,19); }

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