Html Css Color HEX #11C300 Islamic Green

📋 copy color: '#11C300'

red 17 ◦ green 195 ◦ blue 0

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

Shades of Islamic Green #11C300

Tints of Islamic Green #11C300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 8.02%
G = 91.98%
B = 0%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#11C300 (or 0x11C300) is known color: Islamic Green. HEX triplet: 11, C3 and 00. RGB value is (17,195,0). Sum of RGB (Red+Green+Blue) = 17+195+0=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 195 (76.56% from 255 or 91.98% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 195 - color contains mainly: green. Hex color #11C300 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C300 is #EE3CFF. Grayscale: #787878. Windows color (decimal): -15613184 or 49937. OLE color: 49937.

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

Color convert

RGB 17 195 0 -
CMYK 0.91 0 1 0.24
HSL 114.77º 1% 0.38% -
HSV(B) 114.77º 1% 0.76% -
XYZ 19.75 39.15 6.52 -
YUV 119.55 60.53 54.86 -
System Red Green Blue C M Y K H S L
Decimal 17 195 0 0.91 0 1 0.24 114.77 1 0.38
Hex 11 C3 0 5B 0 64 18 73 64 26
Octal 21 303 0 133 0 144 30 163 144 46
Binary 10001 11000011 0 1011011 0 1100100 11000 1110011 1100100 100110

Color Harmonies of #11C300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C300

Black with #11C300

Text Example


Text Example

White with #11C300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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