Html Css Color HEX #11B40F Islamic Green

📋 copy color: '#11B40F'

red 17 ◦ green 180 ◦ blue 15

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

Shades of Islamic Green #11B40F

Tints of Islamic Green #11B40F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 84.91%

 BLUE value IS 15 (6.25% from 255) = 7.08%

R = 8.02%
G = 84.91%
B = 7.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#11B40F (or 0x11B40F) is known color: Islamic Green. HEX triplet: 11, B4 and 0F. RGB value is (17,180,15). Sum of RGB (Red+Green+Blue) = 17+180+15=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 180 (70.70% from 255 or 84.91% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 180 - color contains mainly: green. Hex color #11B40F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11B40F is #EE4BF0. Grayscale: #707070. Windows color (decimal): -15617009 or 1029137. OLE color: 1029137.

HSL color Cylindrical-coordinate representation of color #11B40F: hue angle of 119.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11B40F is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 17 180 15 -
CMYK 0.91 0 0.92 0.29
HSL 119.27º 0.85% 0.38% -
HSV(B) 119.27º 0.92% 0.71% -
XYZ 16.64 32.8 5.91 -
YUV 112.45 73 59.92 -
System Red Green Blue C M Y K H S L
Decimal 17 180 15 0.91 0 0.92 0.29 119.27 0.85 0.38
Hex 11 B4 F 5B 0 5C 1D 77 55 26
Octal 21 264 17 133 0 134 35 167 125 46
Binary 10001 10110100 1111 1011011 0 1011100 11101 1110111 1010101 100110

Color Harmonies of #11B40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B40F

Black with #11B40F

Text Example


Text Example

White with #11B40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,180,15); }

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

background-color css

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

 a { background-color: rgb(17,180,15); }

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

border-color css

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

 span { border-color: rgb(17,180,15); }

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