Html Css Color HEX #11C00A Islamic Green

📋 copy color: '#11C00A'

red 17 ◦ green 192 ◦ blue 10

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

Shades of Islamic Green #11C00A

Tints of Islamic Green #11C00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.57%

R = 7.76%
G = 87.67%
B = 4.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#11C00A (or 0x11C00A) is known color: Islamic Green. HEX triplet: 11, C0 and 0A. RGB value is (17,192,10). Sum of RGB (Red+Green+Blue) = 17+192+10=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 192 (75.39% from 255 or 87.67% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 192 - color contains mainly: green. Hex color #11C00A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C00A is #EE3FF5. Grayscale: #777777. Windows color (decimal): -15613942 or 704529. OLE color: 704529.

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

Color convert

RGB 17 192 10 -
CMYK 0.91 0 0.95 0.25
HSL 117.69º 0.9% 0.4% -
HSV(B) 117.69º 0.95% 0.75% -
XYZ 19.14 37.84 6.58 -
YUV 118.93 66.52 55.3 -
System Red Green Blue C M Y K H S L
Decimal 17 192 10 0.91 0 0.95 0.25 117.69 0.9 0.4
Hex 11 C0 A 5B 0 5F 19 76 5A 28
Octal 21 300 12 133 0 137 31 166 132 50
Binary 10001 11000000 1010 1011011 0 1011111 11001 1110110 1011010 101000

Color Harmonies of #11C00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C00A

Black with #11C00A

Text Example


Text Example

White with #11C00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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