Shades of Islamic Green #16B701
Tints of Islamic Green #16B701
RGB
CMYK
RGB Variations
Color information
#16B701 (or 0x16B701) is known color: Islamic Green. HEX triplet: 16, B7 and 01. RGB value is (22,183,1). Sum of RGB (Red+Green+Blue) = 22+183+1=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 183 (71.88% from 255 or 88.83% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 183 - color contains mainly: green. Hex color #16B701 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16B701 is #E948FE. Grayscale: #727272. Windows color (decimal): -15288575 or 112406. OLE color: 112406.
HSL color Cylindrical-coordinate representation of color #16B701: hue angle of 113.08º 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 #16B701 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 183 | 1 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.28 |
| HSL | 113.08º | 0.99% | 0.36% | - |
| HSV(B) | 113.08º | 0.99% | 0.72% | - |
| XYZ | 17.27 | 34.04 | 5.69 | - |
| YUV | 114.11 | 64.16 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 183 | 1 | 0.88 | 0 | 0.99 | 0.28 | 113.08 | 0.99 | 0.36 |
| Hex | 16 | B7 | 1 | 58 | 0 | 63 | 1C | 71 | 63 | 24 |
| Octal | 26 | 267 | 1 | 130 | 0 | 143 | 34 | 161 | 143 | 44 |
| Binary | 10110 | 10110111 | 1 | 1011000 | 0 | 1100011 | 11100 | 1110001 | 1100011 | 100100 |
Color Harmonies of #16B701
Complementary color
Monochromatic Colors of #16B701
Black with #16B701
Text Example
Text Example
White with #16B701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B701; }
p { color: rgb(22,183,1); }
H1.HeaderClassName
{
color: #16B701;
}
.AnyTagClassName
{
color: #16B701;
}
</style>
background-color css
<style>
a { background-color: #16B701; }
a { background-color: rgb(22,183,1); }
div.DivClassName
{
background-color: #16B701;
}
.BgClassName
{
background-color: #16B701;
}
</style>
border-color css
<style>
span { border-color: #16B701; }
span { border-color: rgb(22,183,1); }
td.TdClassName
{
border-color: #16B701;
}
.TagClassName
{
border-color: #16B701;
}
</style>