Shades of Islamic Green #01BE02
Tints of Islamic Green #01BE02
RGB
CMYK
RGB Variations
Color information
#01BE02 (or 0x01BE02) is known color: Islamic Green. HEX triplet: 01, BE and 02. RGB value is (1,190,2). Sum of RGB (Red+Green+Blue) = 1+190+2=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 190 (74.61% from 255 or 98.45% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BE02 is #FE41FD. Grayscale: #707070. Windows color (decimal): -16663038 or 179713. OLE color: 179713.
HSL color Cylindrical-coordinate representation of color #01BE02: hue angle of 120.32º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BE02 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 190 | 2 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.25 |
| HSL | 120.32º | 0.99% | 0.37% | - |
| HSV(B) | 120.32º | 0.99% | 0.75% | - |
| XYZ | 18.44 | 36.84 | 6.2 | - |
| YUV | 112.06 | 65.88 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 190 | 2 | 0.99 | 0 | 0.99 | 0.25 | 120.32 | 0.99 | 0.37 |
| Hex | 1 | BE | 2 | 63 | 0 | 63 | 19 | 78 | 63 | 25 |
| Octal | 1 | 276 | 2 | 143 | 0 | 143 | 31 | 170 | 143 | 45 |
| Binary | 1 | 10111110 | 10 | 1100011 | 0 | 1100011 | 11001 | 1111000 | 1100011 | 100101 |
Color Harmonies of #01BE02
Complementary color
Monochromatic Colors of #01BE02
Black with #01BE02
Text Example
Text Example
White with #01BE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BE02; }
p { color: rgb(1,190,2); }
H1.HeaderClassName
{
color: #01BE02;
}
.AnyTagClassName
{
color: #01BE02;
}
</style>
background-color css
<style>
a { background-color: #01BE02; }
a { background-color: rgb(1,190,2); }
div.DivClassName
{
background-color: #01BE02;
}
.BgClassName
{
background-color: #01BE02;
}
</style>
border-color css
<style>
span { border-color: #01BE02; }
span { border-color: rgb(1,190,2); }
td.TdClassName
{
border-color: #01BE02;
}
.TagClassName
{
border-color: #01BE02;
}
</style>