Shades of Persian Green #0FA79D
Tints of Persian Green #0FA79D
RGB
CMYK
RGB Variations
Color information
#0FA79D (or 0x0FA79D) is known color: Persian Green. HEX triplet: 0F, A7 and 9D. RGB value is (15,167,157). Sum of RGB (Red+Green+Blue) = 15+167+157=339 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.42% from 339); Green value is 167 (65.62% from 255 or 49.26% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 167 - color contains mainly: green. Hex color #0FA79D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA79D is #F05862. Grayscale: #787878. Windows color (decimal): -15751267 or 10331919. OLE color: 10331919.
HSL color Cylindrical-coordinate representation of color #0FA79D: hue angle of 176.05º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA79D is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 167 | 157 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.35 |
| HSL | 176.05º | 0.84% | 0.36% | - |
| HSV(B) | 176.05º | 0.91% | 0.65% | - |
| XYZ | 20.1 | 30.17 | 36.66 | - |
| YUV | 120.41 | 148.64 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 167 | 157 | 0.91 | 0 | 0.06 | 0.35 | 176.05 | 0.84 | 0.36 |
| Hex | F | A7 | 9D | 5B | 0 | 6 | 23 | B0 | 54 | 24 |
| Octal | 17 | 247 | 235 | 133 | 0 | 6 | 43 | 260 | 124 | 44 |
| Binary | 1111 | 10100111 | 10011101 | 1011011 | 0 | 110 | 100011 | 10110000 | 1010100 | 100100 |
Color Harmonies of #0FA79D
Complementary color
Monochromatic Colors of #0FA79D
Black with #0FA79D
Text Example
Text Example
White with #0FA79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA79D; }
p { color: rgb(15,167,157); }
H1.HeaderClassName
{
color: #0FA79D;
}
.AnyTagClassName
{
color: #0FA79D;
}
</style>
background-color css
<style>
a { background-color: #0FA79D; }
a { background-color: rgb(15,167,157); }
div.DivClassName
{
background-color: #0FA79D;
}
.BgClassName
{
background-color: #0FA79D;
}
</style>
border-color css
<style>
span { border-color: #0FA79D; }
span { border-color: rgb(15,167,157); }
td.TdClassName
{
border-color: #0FA79D;
}
.TagClassName
{
border-color: #0FA79D;
}
</style>