Html Css Color HEX #11C200 Islamic Green

📋 copy color: '#11C200'

red 17 ◦ green 194 ◦ blue 0

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

Shades of Islamic Green #11C200

Tints of Islamic Green #11C200

RGB

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

 GREEN value IS 194 (76.17% from 255) = 91.94%

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

R = 8.06%
G = 91.94%
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

#11C200 (or 0x11C200) is known color: Islamic Green. HEX triplet: 11, C2 and 00. RGB value is (17,194,0). Sum of RGB (Red+Green+Blue) = 17+194+0=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 194 (76.17% from 255 or 91.94% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 194 - color contains mainly: green. Hex color #11C200 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C200 is #EE3DFF. Grayscale: #777777. Windows color (decimal): -15613440 or 49681. OLE color: 49681.

HSL color Cylindrical-coordinate representation of color #11C200: hue angle of 114.74º 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 #11C200 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 17 194 0 -
CMYK 0.91 0 1 0.24
HSL 114.74º 1% 0.38% -
HSV(B) 114.74º 1% 0.76% -
XYZ 19.52 38.7 6.44 -
YUV 118.96 60.86 55.27 -
System Red Green Blue C M Y K H S L
Decimal 17 194 0 0.91 0 1 0.24 114.74 1 0.38
Hex 11 C2 0 5B 0 64 18 73 64 26
Octal 21 302 0 133 0 144 30 163 144 46
Binary 10001 11000010 0 1011011 0 1100100 11000 1110011 1100100 100110

Color Harmonies of #11C200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C200

Black with #11C200

Text Example


Text Example

White with #11C200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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