Shades of Persian Green #109F91
Tints of Persian Green #109F91
RGB
CMYK
RGB Variations
Color information
#109F91 (or 0x109F91) is known color: Persian Green. HEX triplet: 10, 9F and 91. RGB value is (16,159,145). Sum of RGB (Red+Green+Blue) = 16+159+145=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 159 (62.5% from 255 or 49.69% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 159 - color contains mainly: green. Hex color #109F91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109F91 is #EF606E. Grayscale: #727272. Windows color (decimal): -15687791 or 9543440. OLE color: 9543440.
HSL color Cylindrical-coordinate representation of color #109F91: hue angle of 174.13º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109F91 is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 159 | 145 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.38 |
| HSL | 174.13º | 0.82% | 0.34% | - |
| HSV(B) | 174.13º | 0.9% | 0.62% | - |
| XYZ | 17.72 | 26.95 | 31.06 | - |
| YUV | 114.65 | 145.12 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 145 | 0.90 | 0 | 0.09 | 0.38 | 174.13 | 0.82 | 0.34 |
| Hex | 10 | 9F | 91 | 5A | 0 | 9 | 26 | AE | 52 | 22 |
| Octal | 20 | 237 | 221 | 132 | 0 | 11 | 46 | 256 | 122 | 42 |
| Binary | 10000 | 10011111 | 10010001 | 1011010 | 0 | 1001 | 100110 | 10101110 | 1010010 | 100010 |
Color Harmonies of #109F91
Complementary color
Monochromatic Colors of #109F91
Black with #109F91
Text Example
Text Example
White with #109F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109F91; }
p { color: rgb(16,159,145); }
H1.HeaderClassName
{
color: #109F91;
}
.AnyTagClassName
{
color: #109F91;
}
</style>
background-color css
<style>
a { background-color: #109F91; }
a { background-color: rgb(16,159,145); }
div.DivClassName
{
background-color: #109F91;
}
.BgClassName
{
background-color: #109F91;
}
</style>
border-color css
<style>
span { border-color: #109F91; }
span { border-color: rgb(16,159,145); }
td.TdClassName
{
border-color: #109F91;
}
.TagClassName
{
border-color: #109F91;
}
</style>