Html Css Color HEX #11C00D Islamic Green

📋 copy color: '#11C00D'

red 17 ◦ green 192 ◦ blue 13

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

Shades of Islamic Green #11C00D

Tints of Islamic Green #11C00D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 86.49%

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

R = 7.66%
G = 86.49%
B = 5.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#11C00D (or 0x11C00D) is known color: Islamic Green. HEX triplet: 11, C0 and 0D. RGB value is (17,192,13). Sum of RGB (Red+Green+Blue) = 17+192+13=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 192 (75.39% from 255 or 86.49% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 192 - color contains mainly: green. Hex color #11C00D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C00D is #EE3FF2. Grayscale: #777777. Windows color (decimal): -15613939 or 901137. OLE color: 901137.

HSL color Cylindrical-coordinate representation of color #11C00D: hue angle of 118.66º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11C00D is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 192 13 -
CMYK 0.91 0 0.93 0.25
HSL 118.66º 0.87% 0.4% -
HSV(B) 118.66º 0.93% 0.75% -
XYZ 19.15 37.85 6.68 -
YUV 119.27 68.02 55.05 -
System Red Green Blue C M Y K H S L
Decimal 17 192 13 0.91 0 0.93 0.25 118.66 0.87 0.4
Hex 11 C0 D 5B 0 5D 19 77 57 28
Octal 21 300 15 133 0 135 31 167 127 50
Binary 10001 11000000 1101 1011011 0 1011101 11001 1110111 1010111 101000

Color Harmonies of #11C00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C00D

Black with #11C00D

Text Example


Text Example

White with #11C00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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