#01BC00

Color #01BC00 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #01BC00

Tints of Islamic Green #01BC00

Color information

#01BC00 (or 0x01BC00) is unknown color: approx Islamic Green. HEX triplet: 01, BC and 00. RGB value is (1,188,0). Sum of RGB (Red+Green+Blue) = 1+188+0=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 188 (73.83% from 255 or 99.47% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BC00 is #FE43FF. Grayscale: #6F6F6F. Windows color (decimal): -16663552 or 48129. OLE color: 48129.

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

Color convert

RGB11880-
CMYK0.99010.26
HSL119.68º100%36.86%-
HSV(B)119.68º100%73.73%-
XYZ1835.975.99-
YUV110.6665.5549.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 188 (73.83% from 255) = 99.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=0.53%
G=99.47%
B=0%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118800.99010.26119.6810036.86
Hex1BC0630641A786425
Octal1274014301443217014445
Binary11011110001100011011001001101011110001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01BC00;
 }
 .AnyTagClassName
 {
   color: #01BC00;
 }
</style>
background-color css

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

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

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

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

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

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