Html Css Color HEX #11C308 Islamic Green

📋 copy color: '#11C308'

red 17 ◦ green 195 ◦ blue 8

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

Shades of Islamic Green #11C308

Tints of Islamic Green #11C308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.64%

R = 7.73%
G = 88.64%
B = 3.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#11C308 (or 0x11C308) is known color: Islamic Green. HEX triplet: 11, C3 and 08. RGB value is (17,195,8). Sum of RGB (Red+Green+Blue) = 17+195+8=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 195 (76.56% from 255 or 88.64% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 195 - color contains mainly: green. Hex color #11C308 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C308 is #EE3CF7. Grayscale: #797979. Windows color (decimal): -15613176 or 574225. OLE color: 574225.

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

Color convert

RGB 17 195 8 -
CMYK 0.91 0 0.96 0.24
HSL 117.11º 0.92% 0.4% -
HSV(B) 117.11º 0.96% 0.76% -
XYZ 19.79 39.17 6.75 -
YUV 120.46 64.53 54.21 -
System Red Green Blue C M Y K H S L
Decimal 17 195 8 0.91 0 0.96 0.24 117.11 0.92 0.4
Hex 11 C3 8 5B 0 60 18 75 5C 28
Octal 21 303 10 133 0 140 30 165 134 50
Binary 10001 11000011 1000 1011011 0 1100000 11000 1110101 1011100 101000

Color Harmonies of #11C308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C308

Black with #11C308

Text Example


Text Example

White with #11C308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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