Shades of Persian Green #0FA991
Tints of Persian Green #0FA991
RGB
CMYK
RGB Variations
Color information
#0FA991 (or 0x0FA991) is known color: Persian Green. HEX triplet: 0F, A9 and 91. RGB value is (15,169,145). Sum of RGB (Red+Green+Blue) = 15+169+145=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 169 (66.41% from 255 or 51.37% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA991 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA991 is #F0566E. Grayscale: #787878. Windows color (decimal): -15750767 or 9545999. OLE color: 9545999.
HSL color Cylindrical-coordinate representation of color #0FA991: hue angle of 170.65º 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 #0FA991 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 169 | 145 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.34 |
| HSL | 170.65º | 0.84% | 0.36% | - |
| HSV(B) | 170.65º | 0.91% | 0.66% | - |
| XYZ | 19.5 | 30.52 | 31.65 | - |
| YUV | 120.22 | 141.98 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 169 | 145 | 0.91 | 0 | 0.14 | 0.34 | 170.65 | 0.84 | 0.36 |
| Hex | F | A9 | 91 | 5B | 0 | E | 22 | AB | 54 | 24 |
| Octal | 17 | 251 | 221 | 133 | 0 | 16 | 42 | 253 | 124 | 44 |
| Binary | 1111 | 10101001 | 10010001 | 1011011 | 0 | 1110 | 100010 | 10101011 | 1010100 | 100100 |
Color Harmonies of #0FA991
Complementary color
Monochromatic Colors of #0FA991
Black with #0FA991
Text Example
Text Example
White with #0FA991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA991; }
p { color: rgb(15,169,145); }
H1.HeaderClassName
{
color: #0FA991;
}
.AnyTagClassName
{
color: #0FA991;
}
</style>
background-color css
<style>
a { background-color: #0FA991; }
a { background-color: rgb(15,169,145); }
div.DivClassName
{
background-color: #0FA991;
}
.BgClassName
{
background-color: #0FA991;
}
</style>
border-color css
<style>
span { border-color: #0FA991; }
span { border-color: rgb(15,169,145); }
td.TdClassName
{
border-color: #0FA991;
}
.TagClassName
{
border-color: #0FA991;
}
</style>