Shades of Persian Green #0FA095
Tints of Persian Green #0FA095
RGB
CMYK
RGB Variations
Color information
#0FA095 (or 0x0FA095) is known color: Persian Green. HEX triplet: 0F, A0 and 95. RGB value is (15,160,149). Sum of RGB (Red+Green+Blue) = 15+160+149=324 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.63% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA095 is #F05F6A. Grayscale: #737373. Windows color (decimal): -15753067 or 9805839. OLE color: 9805839.
HSL color Cylindrical-coordinate representation of color #0FA095: hue angle of 175.45º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA095 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 160 | 149 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.37 |
| HSL | 175.45º | 0.83% | 0.34% | - |
| HSV(B) | 175.45º | 0.91% | 0.63% | - |
| XYZ | 18.19 | 27.41 | 32.77 | - |
| YUV | 115.39 | 146.96 | 56.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 160 | 149 | 0.91 | 0 | 0.07 | 0.37 | 175.45 | 0.83 | 0.34 |
| Hex | F | A0 | 95 | 5B | 0 | 7 | 25 | AF | 53 | 22 |
| Octal | 17 | 240 | 225 | 133 | 0 | 7 | 45 | 257 | 123 | 42 |
| Binary | 1111 | 10100000 | 10010101 | 1011011 | 0 | 111 | 100101 | 10101111 | 1010011 | 100010 |
Color Harmonies of #0FA095
Complementary color
Monochromatic Colors of #0FA095
Black with #0FA095
Text Example
Text Example
White with #0FA095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA095; }
p { color: rgb(15,160,149); }
H1.HeaderClassName
{
color: #0FA095;
}
.AnyTagClassName
{
color: #0FA095;
}
</style>
background-color css
<style>
a { background-color: #0FA095; }
a { background-color: rgb(15,160,149); }
div.DivClassName
{
background-color: #0FA095;
}
.BgClassName
{
background-color: #0FA095;
}
</style>
border-color css
<style>
span { border-color: #0FA095; }
span { border-color: rgb(15,160,149); }
td.TdClassName
{
border-color: #0FA095;
}
.TagClassName
{
border-color: #0FA095;
}
</style>