Shades of Islamic Green #01BE14
Tints of Islamic Green #01BE14
RGB
CMYK
RGB Variations
Color information
#01BE14 (or 0x01BE14) is known color: Islamic Green. HEX triplet: 01, BE and 14. RGB value is (1,190,20). Sum of RGB (Red+Green+Blue) = 1+190+20=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 190 (74.61% from 255 or 90.05% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BE14 is #FE41EB. Grayscale: #727272. Windows color (decimal): -16663020 or 1359361. OLE color: 1359361.
HSL color Cylindrical-coordinate representation of color #01BE14: hue angle of 126.03º 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 #01BE14 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 190 | 20 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.25 |
| HSL | 126.03º | 0.99% | 0.37% | - |
| HSV(B) | 126.03º | 0.99% | 0.75% | - |
| XYZ | 18.55 | 36.88 | 6.8 | - |
| YUV | 114.11 | 74.88 | 47.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 190 | 20 | 0.99 | 0 | 0.89 | 0.25 | 126.03 | 0.99 | 0.37 |
| Hex | 1 | BE | 14 | 63 | 0 | 59 | 19 | 7E | 63 | 25 |
| Octal | 1 | 276 | 24 | 143 | 0 | 131 | 31 | 176 | 143 | 45 |
| Binary | 1 | 10111110 | 10100 | 1100011 | 0 | 1011001 | 11001 | 1111110 | 1100011 | 100101 |
Color Harmonies of #01BE14
Complementary color
Monochromatic Colors of #01BE14
Black with #01BE14
Text Example
Text Example
White with #01BE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BE14; }
p { color: rgb(1,190,20); }
H1.HeaderClassName
{
color: #01BE14;
}
.AnyTagClassName
{
color: #01BE14;
}
</style>
background-color css
<style>
a { background-color: #01BE14; }
a { background-color: rgb(1,190,20); }
div.DivClassName
{
background-color: #01BE14;
}
.BgClassName
{
background-color: #01BE14;
}
</style>
border-color css
<style>
span { border-color: #01BE14; }
span { border-color: rgb(1,190,20); }
td.TdClassName
{
border-color: #01BE14;
}
.TagClassName
{
border-color: #01BE14;
}
</style>