Html Css Color HEX #11C002 Islamic Green

📋 copy color: '#11C002'

red 17 ◦ green 192 ◦ blue 2

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

Shades of Islamic Green #11C002

Tints of Islamic Green #11C002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.95%

R = 8.06%
G = 91%
B = 0.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#11C002 (or 0x11C002) is known color: Islamic Green. HEX triplet: 11, C0 and 02. RGB value is (17,192,2). Sum of RGB (Red+Green+Blue) = 17+192+2=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 192 (75.39% from 255 or 91.00% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 192 - color contains mainly: green. Hex color #11C002 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C002 is #EE3FFD. Grayscale: #767676. Windows color (decimal): -15613950 or 180241. OLE color: 180241.

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

Color convert

RGB 17 192 2 -
CMYK 0.91 0 0.99 0.25
HSL 115.26º 0.98% 0.38% -
HSV(B) 115.26º 0.99% 0.75% -
XYZ 19.09 37.82 6.35 -
YUV 118.02 62.52 55.95 -
System Red Green Blue C M Y K H S L
Decimal 17 192 2 0.91 0 0.99 0.25 115.26 0.98 0.38
Hex 11 C0 2 5B 0 63 19 73 62 26
Octal 21 300 2 133 0 143 31 163 142 46
Binary 10001 11000000 10 1011011 0 1100011 11001 1110011 1100010 100110

Color Harmonies of #11C002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C002

Black with #11C002

Text Example


Text Example

White with #11C002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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