Shades of Islamic Green #16C701
Tints of Islamic Green #16C701
RGB
CMYK
RGB Variations
Color information
#16C701 (or 0x16C701) is known color: Islamic Green. HEX triplet: 16, C7 and 01. RGB value is (22,199,1). Sum of RGB (Red+Green+Blue) = 22+199+1=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 199 (78.12% from 255 or 89.64% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 199 - color contains mainly: green. Hex color #16C701 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C701 is #E938FE. Grayscale: #7C7C7C. Windows color (decimal): -15284479 or 116502. OLE color: 116502.
HSL color Cylindrical-coordinate representation of color #16C701: hue angle of 113.64º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #16C701 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 199 | 1 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.22 |
| HSL | 113.64º | 0.99% | 0.39% | - |
| HSV(B) | 113.64º | 0.99% | 0.78% | - |
| XYZ | 20.76 | 41.02 | 6.85 | - |
| YUV | 123.51 | 58.86 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 199 | 1 | 0.89 | 0 | 0.99 | 0.22 | 113.64 | 0.99 | 0.39 |
| Hex | 16 | C7 | 1 | 59 | 0 | 63 | 16 | 72 | 63 | 27 |
| Octal | 26 | 307 | 1 | 131 | 0 | 143 | 26 | 162 | 143 | 47 |
| Binary | 10110 | 11000111 | 1 | 1011001 | 0 | 1100011 | 10110 | 1110010 | 1100011 | 100111 |
Color Harmonies of #16C701
Complementary color
Monochromatic Colors of #16C701
Black with #16C701
Text Example
Text Example
White with #16C701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C701; }
p { color: rgb(22,199,1); }
H1.HeaderClassName
{
color: #16C701;
}
.AnyTagClassName
{
color: #16C701;
}
</style>
background-color css
<style>
a { background-color: #16C701; }
a { background-color: rgb(22,199,1); }
div.DivClassName
{
background-color: #16C701;
}
.BgClassName
{
background-color: #16C701;
}
</style>
border-color css
<style>
span { border-color: #16C701; }
span { border-color: rgb(22,199,1); }
td.TdClassName
{
border-color: #16C701;
}
.TagClassName
{
border-color: #16C701;
}
</style>