Shades of Islamic Green #01B717
Tints of Islamic Green #01B717
RGB
CMYK
RGB Variations
Color information
#01B717 (or 0x01B717) is known color: Islamic Green. HEX triplet: 01, B7 and 17. RGB value is (1,183,23). Sum of RGB (Red+Green+Blue) = 1+183+23=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 183 (71.88% from 255 or 88.41% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 183 - color contains mainly: green. Hex color #01B717 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01B717 is #FE48E8. Grayscale: #6E6E6E. Windows color (decimal): -16664809 or 1554177. OLE color: 1554177.
HSL color Cylindrical-coordinate representation of color #01B717: hue angle of 127.25º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B717 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 183 | 23 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.28 |
| HSL | 127.25º | 0.99% | 0.36% | - |
| HSV(B) | 127.25º | 0.99% | 0.72% | - |
| XYZ | 17.1 | 33.94 | 6.46 | - |
| YUV | 110.34 | 78.7 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 183 | 23 | 0.99 | 0 | 0.87 | 0.28 | 127.25 | 0.99 | 0.36 |
| Hex | 1 | B7 | 17 | 63 | 0 | 57 | 1C | 7F | 63 | 24 |
| Octal | 1 | 267 | 27 | 143 | 0 | 127 | 34 | 177 | 143 | 44 |
| Binary | 1 | 10110111 | 10111 | 1100011 | 0 | 1010111 | 11100 | 1111111 | 1100011 | 100100 |
Color Harmonies of #01B717
Complementary color
Monochromatic Colors of #01B717
Black with #01B717
Text Example
Text Example
White with #01B717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B717; }
p { color: rgb(1,183,23); }
H1.HeaderClassName
{
color: #01B717;
}
.AnyTagClassName
{
color: #01B717;
}
</style>
background-color css
<style>
a { background-color: #01B717; }
a { background-color: rgb(1,183,23); }
div.DivClassName
{
background-color: #01B717;
}
.BgClassName
{
background-color: #01B717;
}
</style>
border-color css
<style>
span { border-color: #01B717; }
span { border-color: rgb(1,183,23); }
td.TdClassName
{
border-color: #01B717;
}
.TagClassName
{
border-color: #01B717;
}
</style>