Shades of Persian Green #0FA995
Tints of Persian Green #0FA995
RGB
CMYK
RGB Variations
Color information
#0FA995 (or 0x0FA995) is known color: Persian Green. HEX triplet: 0F, A9 and 95. RGB value is (15,169,149). Sum of RGB (Red+Green+Blue) = 15+169+149=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 169 (66.41% from 255 or 50.75% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA995 is #F0566A. Grayscale: #787878. Windows color (decimal): -15750763 or 9808143. OLE color: 9808143.
HSL color Cylindrical-coordinate representation of color #0FA995: hue angle of 172.21º 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 #0FA995 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 169 | 149 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.34 |
| HSL | 172.21º | 0.84% | 0.36% | - |
| HSV(B) | 172.21º | 0.91% | 0.66% | - |
| XYZ | 19.81 | 30.65 | 33.31 | - |
| YUV | 120.67 | 143.98 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 169 | 149 | 0.91 | 0 | 0.12 | 0.34 | 172.21 | 0.84 | 0.36 |
| Hex | F | A9 | 95 | 5B | 0 | C | 22 | AC | 54 | 24 |
| Octal | 17 | 251 | 225 | 133 | 0 | 14 | 42 | 254 | 124 | 44 |
| Binary | 1111 | 10101001 | 10010101 | 1011011 | 0 | 1100 | 100010 | 10101100 | 1010100 | 100100 |
Color Harmonies of #0FA995
Complementary color
Monochromatic Colors of #0FA995
Black with #0FA995
Text Example
Text Example
White with #0FA995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA995; }
p { color: rgb(15,169,149); }
H1.HeaderClassName
{
color: #0FA995;
}
.AnyTagClassName
{
color: #0FA995;
}
</style>
background-color css
<style>
a { background-color: #0FA995; }
a { background-color: rgb(15,169,149); }
div.DivClassName
{
background-color: #0FA995;
}
.BgClassName
{
background-color: #0FA995;
}
</style>
border-color css
<style>
span { border-color: #0FA995; }
span { border-color: rgb(15,169,149); }
td.TdClassName
{
border-color: #0FA995;
}
.TagClassName
{
border-color: #0FA995;
}
</style>