Shades of Persian Green #109F90
Tints of Persian Green #109F90
RGB
CMYK
RGB Variations
Color information
#109F90 (or 0x109F90) is known color: Persian Green. HEX triplet: 10, 9F and 90. RGB value is (16,159,144). Sum of RGB (Red+Green+Blue) = 16+159+144=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 159 (62.5% from 255 or 49.84% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 159 - color contains mainly: green. Hex color #109F90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109F90 is #EF606F. Grayscale: #727272. Windows color (decimal): -15687792 or 9477904. OLE color: 9477904.
HSL color Cylindrical-coordinate representation of color #109F90: hue angle of 173.71º 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 #109F90 is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 159 | 144 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.38 |
| HSL | 173.71º | 0.82% | 0.34% | - |
| HSV(B) | 173.71º | 0.9% | 0.62% | - |
| XYZ | 17.65 | 26.92 | 30.65 | - |
| YUV | 114.53 | 144.62 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 144 | 0.90 | 0 | 0.09 | 0.38 | 173.71 | 0.82 | 0.34 |
| Hex | 10 | 9F | 90 | 5A | 0 | 9 | 26 | AE | 52 | 22 |
| Octal | 20 | 237 | 220 | 132 | 0 | 11 | 46 | 256 | 122 | 42 |
| Binary | 10000 | 10011111 | 10010000 | 1011010 | 0 | 1001 | 100110 | 10101110 | 1010010 | 100010 |
Color Harmonies of #109F90
Complementary color
Monochromatic Colors of #109F90
Black with #109F90
Text Example
Text Example
White with #109F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109F90; }
p { color: rgb(16,159,144); }
H1.HeaderClassName
{
color: #109F90;
}
.AnyTagClassName
{
color: #109F90;
}
</style>
background-color css
<style>
a { background-color: #109F90; }
a { background-color: rgb(16,159,144); }
div.DivClassName
{
background-color: #109F90;
}
.BgClassName
{
background-color: #109F90;
}
</style>
border-color css
<style>
span { border-color: #109F90; }
span { border-color: rgb(16,159,144); }
td.TdClassName
{
border-color: #109F90;
}
.TagClassName
{
border-color: #109F90;
}
</style>