Shades of Persian Green #0FA199
Tints of Persian Green #0FA199
RGB
CMYK
RGB Variations
Color information
#0FA199 (or 0x0FA199) is known color: Persian Green. HEX triplet: 0F, A1 and 99. RGB value is (15,161,153). Sum of RGB (Red+Green+Blue) = 15+161+153=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA199 is #F05E66. Grayscale: #747474. Windows color (decimal): -15752807 or 10068239. OLE color: 10068239.
HSL color Cylindrical-coordinate representation of color #0FA199: hue angle of 176.71º 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 #0FA199 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 153 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.37 |
| HSL | 176.71º | 0.83% | 0.35% | - |
| HSV(B) | 176.71º | 0.91% | 0.63% | - |
| XYZ | 18.69 | 27.89 | 34.54 | - |
| YUV | 116.43 | 148.63 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 153 | 0.91 | 0 | 0.05 | 0.37 | 176.71 | 0.83 | 0.35 |
| Hex | F | A1 | 99 | 5B | 0 | 5 | 25 | B1 | 53 | 23 |
| Octal | 17 | 241 | 231 | 133 | 0 | 5 | 45 | 261 | 123 | 43 |
| Binary | 1111 | 10100001 | 10011001 | 1011011 | 0 | 101 | 100101 | 10110001 | 1010011 | 100011 |
Color Harmonies of #0FA199
Complementary color
Monochromatic Colors of #0FA199
Black with #0FA199
Text Example
Text Example
White with #0FA199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA199; }
p { color: rgb(15,161,153); }
H1.HeaderClassName
{
color: #0FA199;
}
.AnyTagClassName
{
color: #0FA199;
}
</style>
background-color css
<style>
a { background-color: #0FA199; }
a { background-color: rgb(15,161,153); }
div.DivClassName
{
background-color: #0FA199;
}
.BgClassName
{
background-color: #0FA199;
}
</style>
border-color css
<style>
span { border-color: #0FA199; }
span { border-color: rgb(15,161,153); }
td.TdClassName
{
border-color: #0FA199;
}
.TagClassName
{
border-color: #0FA199;
}
</style>