Shades of Persian Green #0FAA97
Tints of Persian Green #0FAA97
RGB
CMYK
RGB Variations
Color information
#0FAA97 (or 0x0FAA97) is known color: Persian Green. HEX triplet: 0F, AA and 97. RGB value is (15,170,151). Sum of RGB (Red+Green+Blue) = 15+170+151=336 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.46% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAA97 is #F05568. Grayscale: #797979. Windows color (decimal): -15750505 or 9939471. OLE color: 9939471.
HSL color Cylindrical-coordinate representation of color #0FAA97: hue angle of 172.65º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAA97 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 151 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.33 |
| HSL | 172.65º | 0.84% | 0.36% | - |
| HSV(B) | 172.65º | 0.91% | 0.67% | - |
| XYZ | 20.16 | 31.09 | 34.22 | - |
| YUV | 121.49 | 144.65 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 151 | 0.91 | 0 | 0.11 | 0.33 | 172.65 | 0.84 | 0.36 |
| Hex | F | AA | 97 | 5B | 0 | B | 21 | AD | 54 | 24 |
| Octal | 17 | 252 | 227 | 133 | 0 | 13 | 41 | 255 | 124 | 44 |
| Binary | 1111 | 10101010 | 10010111 | 1011011 | 0 | 1011 | 100001 | 10101101 | 1010100 | 100100 |
Color Harmonies of #0FAA97
Complementary color
Monochromatic Colors of #0FAA97
Black with #0FAA97
Text Example
Text Example
White with #0FAA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAA97; }
p { color: rgb(15,170,151); }
H1.HeaderClassName
{
color: #0FAA97;
}
.AnyTagClassName
{
color: #0FAA97;
}
</style>
background-color css
<style>
a { background-color: #0FAA97; }
a { background-color: rgb(15,170,151); }
div.DivClassName
{
background-color: #0FAA97;
}
.BgClassName
{
background-color: #0FAA97;
}
</style>
border-color css
<style>
span { border-color: #0FAA97; }
span { border-color: rgb(15,170,151); }
td.TdClassName
{
border-color: #0FAA97;
}
.TagClassName
{
border-color: #0FAA97;
}
</style>