Shades of Persian Green #0FA196
Tints of Persian Green #0FA196
RGB
CMYK
RGB Variations
Color information
#0FA196 (or 0x0FA196) is known color: Persian Green. HEX triplet: 0F, A1 and 96. RGB value is (15,161,150). Sum of RGB (Red+Green+Blue) = 15+161+150=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA196 is #F05E69. Grayscale: #737373. Windows color (decimal): -15752810 or 9871631. OLE color: 9871631.
HSL color Cylindrical-coordinate representation of color #0FA196: hue angle of 175.48º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA196 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 150 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.37 |
| HSL | 175.48º | 0.83% | 0.35% | - |
| HSV(B) | 175.48º | 0.91% | 0.63% | - |
| XYZ | 18.45 | 27.79 | 33.25 | - |
| YUV | 116.09 | 147.13 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 150 | 0.91 | 0 | 0.07 | 0.37 | 175.48 | 0.83 | 0.35 |
| Hex | F | A1 | 96 | 5B | 0 | 7 | 25 | AF | 53 | 23 |
| Octal | 17 | 241 | 226 | 133 | 0 | 7 | 45 | 257 | 123 | 43 |
| Binary | 1111 | 10100001 | 10010110 | 1011011 | 0 | 111 | 100101 | 10101111 | 1010011 | 100011 |
Color Harmonies of #0FA196
Complementary color
Monochromatic Colors of #0FA196
Black with #0FA196
Text Example
Text Example
White with #0FA196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA196; }
p { color: rgb(15,161,150); }
H1.HeaderClassName
{
color: #0FA196;
}
.AnyTagClassName
{
color: #0FA196;
}
</style>
background-color css
<style>
a { background-color: #0FA196; }
a { background-color: rgb(15,161,150); }
div.DivClassName
{
background-color: #0FA196;
}
.BgClassName
{
background-color: #0FA196;
}
</style>
border-color css
<style>
span { border-color: #0FA196; }
span { border-color: rgb(15,161,150); }
td.TdClassName
{
border-color: #0FA196;
}
.TagClassName
{
border-color: #0FA196;
}
</style>