Html Css Color HEX #11C310 Islamic Green

📋 copy color: '#11C310'

red 17 ◦ green 195 ◦ blue 16

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

Shades of Islamic Green #11C310

Tints of Islamic Green #11C310

RGB

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

 GREEN value IS 195 (76.56% from 255) = 85.53%

 BLUE value IS 16 (6.64% from 255) = 7.02%

R = 7.46%
G = 85.53%
B = 7.02%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#11C310 (or 0x11C310) is known color: Islamic Green. HEX triplet: 11, C3 and 10. RGB value is (17,195,16). Sum of RGB (Red+Green+Blue) = 17+195+16=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 195 (76.56% from 255 or 85.53% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 195 - color contains mainly: green. Hex color #11C310 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C310 is #EE3CEF. Grayscale: #797979. Windows color (decimal): -15613168 or 1098513. OLE color: 1098513.

HSL color Cylindrical-coordinate representation of color #11C310: hue angle of 119.66º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11C310 is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 17 195 16 -
CMYK 0.91 0 0.92 0.24
HSL 119.66º 0.85% 0.41% -
HSV(B) 119.66º 0.92% 0.76% -
XYZ 19.84 39.19 7.01 -
YUV 121.37 68.53 53.55 -
System Red Green Blue C M Y K H S L
Decimal 17 195 16 0.91 0 0.92 0.24 119.66 0.85 0.41
Hex 11 C3 10 5B 0 5C 18 78 55 29
Octal 21 303 20 133 0 134 30 170 125 51
Binary 10001 11000011 10000 1011011 0 1011100 11000 1111000 1010101 101001

Color Harmonies of #11C310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C310

Black with #11C310

Text Example


Text Example

White with #11C310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,195,16); }

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

background-color css

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

 a { background-color: rgb(17,195,16); }

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

border-color css

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

 span { border-color: rgb(17,195,16); }

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