Shades of Persian Green #0FA997
Tints of Persian Green #0FA997
RGB
CMYK
RGB Variations
Color information
#0FA997 (or 0x0FA997) is known color: Persian Green. HEX triplet: 0F, A9 and 97. RGB value is (15,169,151). Sum of RGB (Red+Green+Blue) = 15+169+151=335 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.48% from 335); Green value is 169 (66.41% from 255 or 50.45% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA997 is #F05668. Grayscale: #787878. Windows color (decimal): -15750761 or 9939215. OLE color: 9939215.
HSL color Cylindrical-coordinate representation of color #0FA997: hue angle of 172.99º 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 #0FA997 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 169 | 151 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.34 |
| HSL | 172.99º | 0.84% | 0.36% | - |
| HSV(B) | 172.99º | 0.91% | 0.66% | - |
| XYZ | 19.97 | 30.71 | 34.15 | - |
| YUV | 120.9 | 144.98 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 169 | 151 | 0.91 | 0 | 0.11 | 0.34 | 172.99 | 0.84 | 0.36 |
| Hex | F | A9 | 97 | 5B | 0 | B | 22 | AD | 54 | 24 |
| Octal | 17 | 251 | 227 | 133 | 0 | 13 | 42 | 255 | 124 | 44 |
| Binary | 1111 | 10101001 | 10010111 | 1011011 | 0 | 1011 | 100010 | 10101101 | 1010100 | 100100 |
Color Harmonies of #0FA997
Complementary color
Monochromatic Colors of #0FA997
Black with #0FA997
Text Example
Text Example
White with #0FA997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA997; }
p { color: rgb(15,169,151); }
H1.HeaderClassName
{
color: #0FA997;
}
.AnyTagClassName
{
color: #0FA997;
}
</style>
background-color css
<style>
a { background-color: #0FA997; }
a { background-color: rgb(15,169,151); }
div.DivClassName
{
background-color: #0FA997;
}
.BgClassName
{
background-color: #0FA997;
}
</style>
border-color css
<style>
span { border-color: #0FA997; }
span { border-color: rgb(15,169,151); }
td.TdClassName
{
border-color: #0FA997;
}
.TagClassName
{
border-color: #0FA997;
}
</style>