Shades of Persian Green #0FA697
Tints of Persian Green #0FA697
RGB
CMYK
RGB Variations
Color information
#0FA697 (or 0x0FA697) is known color: Persian Green. HEX triplet: 0F, A6 and 97. RGB value is (15,166,151). Sum of RGB (Red+Green+Blue) = 15+166+151=332 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.52% from 332); Green value is 166 (65.23% from 255 or 50% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA697 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA697 is #F05968. Grayscale: #777777. Windows color (decimal): -15751529 or 9938447. OLE color: 9938447.
HSL color Cylindrical-coordinate representation of color #0FA697: hue angle of 174.04º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA697 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 166 | 151 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.35 |
| HSL | 174.04º | 0.83% | 0.35% | - |
| HSV(B) | 174.04º | 0.91% | 0.65% | - |
| XYZ | 19.42 | 29.61 | 33.97 | - |
| YUV | 119.14 | 145.97 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 151 | 0.91 | 0 | 0.09 | 0.35 | 174.04 | 0.83 | 0.35 |
| Hex | F | A6 | 97 | 5B | 0 | 9 | 23 | AE | 53 | 23 |
| Octal | 17 | 246 | 227 | 133 | 0 | 11 | 43 | 256 | 123 | 43 |
| Binary | 1111 | 10100110 | 10010111 | 1011011 | 0 | 1001 | 100011 | 10101110 | 1010011 | 100011 |
Color Harmonies of #0FA697
Complementary color
Monochromatic Colors of #0FA697
Black with #0FA697
Text Example
Text Example
White with #0FA697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA697; }
p { color: rgb(15,166,151); }
H1.HeaderClassName
{
color: #0FA697;
}
.AnyTagClassName
{
color: #0FA697;
}
</style>
background-color css
<style>
a { background-color: #0FA697; }
a { background-color: rgb(15,166,151); }
div.DivClassName
{
background-color: #0FA697;
}
.BgClassName
{
background-color: #0FA697;
}
</style>
border-color css
<style>
span { border-color: #0FA697; }
span { border-color: rgb(15,166,151); }
td.TdClassName
{
border-color: #0FA697;
}
.TagClassName
{
border-color: #0FA697;
}
</style>