Shades of Persian Green #0FAC92
Tints of Persian Green #0FAC92
RGB
CMYK
RGB Variations
Color information
#0FAC92 (or 0x0FAC92) is known color: Persian Green. HEX triplet: 0F, AC and 92. RGB value is (15,172,146). Sum of RGB (Red+Green+Blue) = 15+172+146=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAC92 is #F0536D. Grayscale: #7A7A7A. Windows color (decimal): -15749998 or 9612303. OLE color: 9612303.
HSL color Cylindrical-coordinate representation of color #0FAC92: hue angle of 170.06º 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 #0FAC92 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 146 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.33 |
| HSL | 170.06º | 0.84% | 0.37% | - |
| HSV(B) | 170.06º | 0.91% | 0.67% | - |
| XYZ | 20.14 | 31.68 | 32.25 | - |
| YUV | 122.09 | 141.49 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 146 | 0.91 | 0 | 0.15 | 0.33 | 170.06 | 0.84 | 0.37 |
| Hex | F | AC | 92 | 5B | 0 | F | 21 | AA | 54 | 25 |
| Octal | 17 | 254 | 222 | 133 | 0 | 17 | 41 | 252 | 124 | 45 |
| Binary | 1111 | 10101100 | 10010010 | 1011011 | 0 | 1111 | 100001 | 10101010 | 1010100 | 100101 |
Color Harmonies of #0FAC92
Complementary color
Monochromatic Colors of #0FAC92
Black with #0FAC92
Text Example
Text Example
White with #0FAC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC92; }
p { color: rgb(15,172,146); }
H1.HeaderClassName
{
color: #0FAC92;
}
.AnyTagClassName
{
color: #0FAC92;
}
</style>
background-color css
<style>
a { background-color: #0FAC92; }
a { background-color: rgb(15,172,146); }
div.DivClassName
{
background-color: #0FAC92;
}
.BgClassName
{
background-color: #0FAC92;
}
</style>
border-color css
<style>
span { border-color: #0FAC92; }
span { border-color: rgb(15,172,146); }
td.TdClassName
{
border-color: #0FAC92;
}
.TagClassName
{
border-color: #0FAC92;
}
</style>