Shades of Persian Green #0FA895
Tints of Persian Green #0FA895
RGB
CMYK
RGB Variations
Color information
#0FA895 (or 0x0FA895) is known color: Persian Green. HEX triplet: 0F, A8 and 95. RGB value is (15,168,149). Sum of RGB (Red+Green+Blue) = 15+168+149=332 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.52% from 332); Green value is 168 (66.02% from 255 or 50.60% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 168 - color contains mainly: green. Hex color #0FA895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA895 is #F0576A. Grayscale: #787878. Windows color (decimal): -15751019 or 9807887. OLE color: 9807887.
HSL color Cylindrical-coordinate representation of color #0FA895: hue angle of 172.55º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA895 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 168 | 149 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.34 |
| HSL | 172.55º | 0.84% | 0.36% | - |
| HSV(B) | 172.55º | 0.91% | 0.66% | - |
| XYZ | 19.62 | 30.28 | 33.24 | - |
| YUV | 120.09 | 144.31 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 168 | 149 | 0.91 | 0 | 0.11 | 0.34 | 172.55 | 0.84 | 0.36 |
| Hex | F | A8 | 95 | 5B | 0 | B | 22 | AD | 54 | 24 |
| Octal | 17 | 250 | 225 | 133 | 0 | 13 | 42 | 255 | 124 | 44 |
| Binary | 1111 | 10101000 | 10010101 | 1011011 | 0 | 1011 | 100010 | 10101101 | 1010100 | 100100 |
Color Harmonies of #0FA895
Complementary color
Monochromatic Colors of #0FA895
Black with #0FA895
Text Example
Text Example
White with #0FA895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA895; }
p { color: rgb(15,168,149); }
H1.HeaderClassName
{
color: #0FA895;
}
.AnyTagClassName
{
color: #0FA895;
}
</style>
background-color css
<style>
a { background-color: #0FA895; }
a { background-color: rgb(15,168,149); }
div.DivClassName
{
background-color: #0FA895;
}
.BgClassName
{
background-color: #0FA895;
}
</style>
border-color css
<style>
span { border-color: #0FA895; }
span { border-color: rgb(15,168,149); }
td.TdClassName
{
border-color: #0FA895;
}
.TagClassName
{
border-color: #0FA895;
}
</style>