Shades of Islamic Green #01B914
Tints of Islamic Green #01B914
RGB
CMYK
RGB Variations
Color information
#01B914 (or 0x01B914) is known color: Islamic Green. HEX triplet: 01, B9 and 14. RGB value is (1,185,20). Sum of RGB (Red+Green+Blue) = 1+185+20=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 185 (72.66% from 255 or 89.81% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 185 - color contains mainly: green. Hex color #01B914 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01B914 is #FE46EB. Grayscale: #6F6F6F. Windows color (decimal): -16664300 or 1358081. OLE color: 1358081.
HSL color Cylindrical-coordinate representation of color #01B914: hue angle of 126.2º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B914 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 185 | 20 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.27 |
| HSL | 126.2º | 0.99% | 0.36% | - |
| HSV(B) | 126.2º | 0.99% | 0.73% | - |
| XYZ | 17.49 | 34.75 | 6.45 | - |
| YUV | 111.17 | 76.54 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 185 | 20 | 0.99 | 0 | 0.89 | 0.27 | 126.2 | 0.99 | 0.36 |
| Hex | 1 | B9 | 14 | 63 | 0 | 59 | 1B | 7E | 63 | 24 |
| Octal | 1 | 271 | 24 | 143 | 0 | 131 | 33 | 176 | 143 | 44 |
| Binary | 1 | 10111001 | 10100 | 1100011 | 0 | 1011001 | 11011 | 1111110 | 1100011 | 100100 |
Color Harmonies of #01B914
Complementary color
Monochromatic Colors of #01B914
Black with #01B914
Text Example
Text Example
White with #01B914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B914; }
p { color: rgb(1,185,20); }
H1.HeaderClassName
{
color: #01B914;
}
.AnyTagClassName
{
color: #01B914;
}
</style>
background-color css
<style>
a { background-color: #01B914; }
a { background-color: rgb(1,185,20); }
div.DivClassName
{
background-color: #01B914;
}
.BgClassName
{
background-color: #01B914;
}
</style>
border-color css
<style>
span { border-color: #01B914; }
span { border-color: rgb(1,185,20); }
td.TdClassName
{
border-color: #01B914;
}
.TagClassName
{
border-color: #01B914;
}
</style>