Html Css Color HEX #11AD0D Islamic Green

📋 copy color: '#11AD0D'

red 17 ◦ green 173 ◦ blue 13

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

Shades of Islamic Green #11AD0D

Tints of Islamic Green #11AD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 8.37%
G = 85.22%
B = 6.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#11AD0D (or 0x11AD0D) is known color: Islamic Green. HEX triplet: 11, AD and 0D. RGB value is (17,173,13). Sum of RGB (Red+Green+Blue) = 17+173+13=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 173 (67.97% from 255 or 85.22% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 173 - color contains mainly: green. Hex color #11AD0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11AD0D is #EE52F2. Grayscale: #6C6C6C. Windows color (decimal): -15618803 or 896273. OLE color: 896273.

HSL color Cylindrical-coordinate representation of color #11AD0D: hue angle of 118.5º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11AD0D is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 173 13 -
CMYK 0.90 0 0.92 0.32
HSL 118.5º 0.86% 0.36% -
HSV(B) 118.5º 0.92% 0.68% -
XYZ 15.25 30.04 5.37 -
YUV 108.12 74.32 63.01 -
System Red Green Blue C M Y K H S L
Decimal 17 173 13 0.90 0 0.92 0.32 118.5 0.86 0.36
Hex 11 AD D 5A 0 5C 20 76 56 24
Octal 21 255 15 132 0 134 40 166 126 44
Binary 10001 10101101 1101 1011010 0 1011100 100000 1110110 1010110 100100

Color Harmonies of #11AD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AD0D

Black with #11AD0D

Text Example


Text Example

White with #11AD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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