Shades of Persian Green #0FAC98
Tints of Persian Green #0FAC98
RGB
CMYK
RGB Variations
Color information
#0FAC98 (or 0x0FAC98) is known color: Persian Green. HEX triplet: 0F, AC and 98. RGB value is (15,172,152). Sum of RGB (Red+Green+Blue) = 15+172+152=339 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.42% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAC98 is #F05367. Grayscale: #7A7A7A. Windows color (decimal): -15749992 or 10005519. OLE color: 10005519.
HSL color Cylindrical-coordinate representation of color #0FAC98: hue angle of 172.36º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAC98 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 152 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.33 |
| HSL | 172.36º | 0.84% | 0.37% | - |
| HSV(B) | 172.36º | 0.91% | 0.67% | - |
| XYZ | 20.62 | 31.87 | 34.77 | - |
| YUV | 122.78 | 144.49 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 152 | 0.91 | 0 | 0.12 | 0.33 | 172.36 | 0.84 | 0.37 |
| Hex | F | AC | 98 | 5B | 0 | C | 21 | AC | 54 | 25 |
| Octal | 17 | 254 | 230 | 133 | 0 | 14 | 41 | 254 | 124 | 45 |
| Binary | 1111 | 10101100 | 10011000 | 1011011 | 0 | 1100 | 100001 | 10101100 | 1010100 | 100101 |
Color Harmonies of #0FAC98
Complementary color
Monochromatic Colors of #0FAC98
Black with #0FAC98
Text Example
Text Example
White with #0FAC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC98; }
p { color: rgb(15,172,152); }
H1.HeaderClassName
{
color: #0FAC98;
}
.AnyTagClassName
{
color: #0FAC98;
}
</style>
background-color css
<style>
a { background-color: #0FAC98; }
a { background-color: rgb(15,172,152); }
div.DivClassName
{
background-color: #0FAC98;
}
.BgClassName
{
background-color: #0FAC98;
}
</style>
border-color css
<style>
span { border-color: #0FAC98; }
span { border-color: rgb(15,172,152); }
td.TdClassName
{
border-color: #0FAC98;
}
.TagClassName
{
border-color: #0FAC98;
}
</style>