Html Css Color HEX #11C30D Islamic Green

📋 copy color: '#11C30D'

red 17 ◦ green 195 ◦ blue 13

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

Shades of Islamic Green #11C30D

Tints of Islamic Green #11C30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.78%

R = 7.56%
G = 86.67%
B = 5.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#11C30D (or 0x11C30D) is known color: Islamic Green. HEX triplet: 11, C3 and 0D. RGB value is (17,195,13). Sum of RGB (Red+Green+Blue) = 17+195+13=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 195 (76.56% from 255 or 86.67% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 195 - color contains mainly: green. Hex color #11C30D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C30D is #EE3CF2. Grayscale: #797979. Windows color (decimal): -15613171 or 901905. OLE color: 901905.

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

Color convert

RGB 17 195 13 -
CMYK 0.91 0 0.93 0.24
HSL 118.68º 0.88% 0.41% -
HSV(B) 118.68º 0.93% 0.76% -
XYZ 19.82 39.18 6.9 -
YUV 121.03 67.03 53.8 -
System Red Green Blue C M Y K H S L
Decimal 17 195 13 0.91 0 0.93 0.24 118.68 0.88 0.41
Hex 11 C3 D 5B 0 5D 18 77 58 29
Octal 21 303 15 133 0 135 30 167 130 51
Binary 10001 11000011 1101 1011011 0 1011101 11000 1110111 1011000 101001

Color Harmonies of #11C30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C30D

Black with #11C30D

Text Example


Text Example

White with #11C30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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