Html Css Color HEX #11B01C Islamic Green

📋 copy color: '#11B01C'

red 17 ◦ green 176 ◦ blue 28

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

Shades of Islamic Green #11B01C

Tints of Islamic Green #11B01C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 79.64%

 BLUE value IS 28 (11.33% from 255) = 12.67%

R = 7.69%
G = 79.64%
B = 12.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#11B01C (or 0x11B01C) is known color: Islamic Green. HEX triplet: 11, B0 and 1C. RGB value is (17,176,28). Sum of RGB (Red+Green+Blue) = 17+176+28=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 176 (69.14% from 255 or 79.64% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 176 - color contains mainly: green. Hex color #11B01C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11B01C is #EE4FE3. Grayscale: #707070. Windows color (decimal): -15618020 or 1880081. OLE color: 1880081.

HSL color Cylindrical-coordinate representation of color #11B01C: hue angle of 124.15º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B01C is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 176 28 -
CMYK 0.90 0 0.84 0.31
HSL 124.15º 0.82% 0.38% -
HSV(B) 124.15º 0.9% 0.69% -
XYZ 15.97 31.25 6.29 -
YUV 111.59 80.82 60.53 -
System Red Green Blue C M Y K H S L
Decimal 17 176 28 0.90 0 0.84 0.31 124.15 0.82 0.38
Hex 11 B0 1C 5A 0 54 1F 7C 52 26
Octal 21 260 34 132 0 124 37 174 122 46
Binary 10001 10110000 11100 1011010 0 1010100 11111 1111100 1010010 100110

Color Harmonies of #11B01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B01C

Black with #11B01C

Text Example


Text Example

White with #11B01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,176,28); }

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

background-color css

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

 a { background-color: rgb(17,176,28); }

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

border-color css

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

 span { border-color: rgb(17,176,28); }

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