Shades of Islamic Green #16A80F
Tints of Islamic Green #16A80F
RGB
CMYK
RGB Variations
Color information
#16A80F (or 0x16A80F) is known color: Islamic Green. HEX triplet: 16, A8 and 0F. RGB value is (22,168,15). Sum of RGB (Red+Green+Blue) = 22+168+15=205 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.73% from 205); Green value is 168 (66.02% from 255 or 81.95% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 168 - color contains mainly: green. Hex color #16A80F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16A80F is #E957F0. Grayscale: #6B6B6B. Windows color (decimal): -15292401 or 1026070. OLE color: 1026070.
HSL color Cylindrical-coordinate representation of color #16A80F: hue angle of 117.25º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16A80F is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 22 | 168 | 15 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.34 |
| HSL | 117.25º | 0.84% | 0.36% | - |
| HSV(B) | 117.25º | 0.91% | 0.66% | - |
| XYZ | 14.42 | 28.21 | 5.14 | - |
| YUV | 106.9 | 76.13 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 168 | 15 | 0.87 | 0 | 0.91 | 0.34 | 117.25 | 0.84 | 0.36 |
| Hex | 16 | A8 | F | 57 | 0 | 5B | 22 | 75 | 54 | 24 |
| Octal | 26 | 250 | 17 | 127 | 0 | 133 | 42 | 165 | 124 | 44 |
| Binary | 10110 | 10101000 | 1111 | 1010111 | 0 | 1011011 | 100010 | 1110101 | 1010100 | 100100 |
Color Harmonies of #16A80F
Complementary color
Monochromatic Colors of #16A80F
Black with #16A80F
Text Example
Text Example
White with #16A80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A80F; }
p { color: rgb(22,168,15); }
H1.HeaderClassName
{
color: #16A80F;
}
.AnyTagClassName
{
color: #16A80F;
}
</style>
background-color css
<style>
a { background-color: #16A80F; }
a { background-color: rgb(22,168,15); }
div.DivClassName
{
background-color: #16A80F;
}
.BgClassName
{
background-color: #16A80F;
}
</style>
border-color css
<style>
span { border-color: #16A80F; }
span { border-color: rgb(22,168,15); }
td.TdClassName
{
border-color: #16A80F;
}
.TagClassName
{
border-color: #16A80F;
}
</style>