Html Css Color HEX #11BD07 Islamic Green

📋 copy color: '#11BD07'

red 17 ◦ green 189 ◦ blue 7

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

Shades of Islamic Green #11BD07

Tints of Islamic Green #11BD07

RGB

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

 GREEN value IS 189 (74.22% from 255) = 88.73%

 BLUE value IS 7 (3.13% from 255) = 3.29%

R = 7.98%
G = 88.73%
B = 3.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#11BD07 (or 0x11BD07) is known color: Islamic Green. HEX triplet: 11, BD and 07. RGB value is (17,189,7). Sum of RGB (Red+Green+Blue) = 17+189+7=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 189 (74.22% from 255 or 88.73% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 189 - color contains mainly: green. Hex color #11BD07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BD07 is #EE42F8. Grayscale: #757575. Windows color (decimal): -15614713 or 507153. OLE color: 507153.

HSL color Cylindrical-coordinate representation of color #11BD07: hue angle of 116.7º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #11BD07 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 189 7 -
CMYK 0.91 0 0.96 0.26
HSL 116.7º 0.93% 0.38% -
HSV(B) 116.7º 0.96% 0.74% -
XYZ 18.47 36.53 6.28 -
YUV 116.82 66.02 56.8 -
System Red Green Blue C M Y K H S L
Decimal 17 189 7 0.91 0 0.96 0.26 116.7 0.93 0.38
Hex 11 BD 7 5B 0 60 1A 75 5D 26
Octal 21 275 7 133 0 140 32 165 135 46
Binary 10001 10111101 111 1011011 0 1100000 11010 1110101 1011101 100110

Color Harmonies of #11BD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BD07

Black with #11BD07

Text Example


Text Example

White with #11BD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,189,7); }

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

background-color css

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

 a { background-color: rgb(17,189,7); }

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

border-color css

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

 span { border-color: rgb(17,189,7); }

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