Html Css Color HEX #01BC11 Islamic Green

📋 copy color: '#01BC11'

red 1 ◦ green 188 ◦ blue 17

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

Shades of Islamic Green #01BC11

Tints of Islamic Green #01BC11

RGB

 RED value IS 1 (0.78% from 255) = 0.49%

 GREEN value IS 188 (73.83% from 255) = 91.26%

 BLUE value IS 17 (7.03% from 255) = 8.25%

R = 0.49%
G = 91.26%
B = 8.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#01BC11 (or 0x01BC11) is known color: Islamic Green. HEX triplet: 01, BC and 11. RGB value is (1,188,17). Sum of RGB (Red+Green+Blue) = 1+188+17=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 188 (73.83% from 255 or 91.26% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BC11 is #FE43EE. Grayscale: #717171. Windows color (decimal): -16663535 or 1162241. OLE color: 1162241.

HSL color Cylindrical-coordinate representation of color #01BC11: hue angle of 125.13º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BC11 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 188 17 -
CMYK 0.99 0 0.91 0.26
HSL 125.13º 0.99% 0.37% -
HSV(B) 125.13º 0.99% 0.74% -
XYZ 18.1 36.01 6.53 -
YUV 112.59 74.05 48.4 -
System Red Green Blue C M Y K H S L
Decimal 1 188 17 0.99 0 0.91 0.26 125.13 0.99 0.37
Hex 1 BC 11 63 0 5B 1A 7D 63 25
Octal 1 274 21 143 0 133 32 175 143 45
Binary 1 10111100 10001 1100011 0 1011011 11010 1111101 1100011 100101

Color Harmonies of #01BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BC11

Black with #01BC11

Text Example


Text Example

White with #01BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01BC11; }

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

 H1.HeaderClassName
 {
   color: #01BC11;
 }
 .AnyTagClassName
 {
   color: #01BC11;
 }
</style>

background-color css

<style>
 a { background-color: #01BC11; }

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

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

border-color css

<style>
 span { border-color: #01BC11; }

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

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