Html Css Color HEX #11BF01 Islamic Green

📋 copy color: '#11BF01'

red 17 ◦ green 191 ◦ blue 1

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

Shades of Islamic Green #11BF01

Tints of Islamic Green #11BF01

RGB

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

 GREEN value IS 191 (75% from 255) = 91.39%

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 8.13%
G = 91.39%
B = 0.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#11BF01 (or 0x11BF01) is known color: Islamic Green. HEX triplet: 11, BF and 01. RGB value is (17,191,1). Sum of RGB (Red+Green+Blue) = 17+191+1=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 191 (75% from 255 or 91.39% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 191 - color contains mainly: green. Hex color #11BF01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BF01 is #EE40FE. Grayscale: #757575. Windows color (decimal): -15614207 or 114449. OLE color: 114449.

HSL color Cylindrical-coordinate representation of color #11BF01: hue angle of 114.95º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11BF01 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 191 1 -
CMYK 0.91 0 0.99 0.25
HSL 114.95º 0.99% 0.38% -
HSV(B) 114.95º 0.99% 0.75% -
XYZ 18.87 37.38 6.25 -
YUV 117.31 62.35 56.45 -
System Red Green Blue C M Y K H S L
Decimal 17 191 1 0.91 0 0.99 0.25 114.95 0.99 0.38
Hex 11 BF 1 5B 0 63 19 73 63 26
Octal 21 277 1 133 0 143 31 163 143 46
Binary 10001 10111111 1 1011011 0 1100011 11001 1110011 1100011 100110

Color Harmonies of #11BF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BF01

Black with #11BF01

Text Example


Text Example

White with #11BF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,191,1); }

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

background-color css

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

 a { background-color: rgb(17,191,1); }

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

border-color css

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

 span { border-color: rgb(17,191,1); }

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