Shades of Persian Green #0FA08C
Tints of Persian Green #0FA08C
RGB
CMYK
RGB Variations
Color information
#0FA08C (or 0x0FA08C) is known color: Persian Green. HEX triplet: 0F, A0 and 8C. RGB value is (15,160,140). Sum of RGB (Red+Green+Blue) = 15+160+140=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA08C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA08C is #F05F73. Grayscale: #727272. Windows color (decimal): -15753076 or 9216015. OLE color: 9216015.
HSL color Cylindrical-coordinate representation of color #0FA08C: hue angle of 171.72º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA08C is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 160 | 140 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.37 |
| HSL | 171.72º | 0.83% | 0.34% | - |
| HSV(B) | 171.72º | 0.91% | 0.63% | - |
| XYZ | 17.5 | 27.14 | 29.13 | - |
| YUV | 114.37 | 142.46 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 160 | 140 | 0.91 | 0 | 0.12 | 0.37 | 171.72 | 0.83 | 0.34 |
| Hex | F | A0 | 8C | 5B | 0 | C | 25 | AC | 53 | 22 |
| Octal | 17 | 240 | 214 | 133 | 0 | 14 | 45 | 254 | 123 | 42 |
| Binary | 1111 | 10100000 | 10001100 | 1011011 | 0 | 1100 | 100101 | 10101100 | 1010011 | 100010 |
Color Harmonies of #0FA08C
Complementary color
Monochromatic Colors of #0FA08C
Black with #0FA08C
Text Example
Text Example
White with #0FA08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA08C; }
p { color: rgb(15,160,140); }
H1.HeaderClassName
{
color: #0FA08C;
}
.AnyTagClassName
{
color: #0FA08C;
}
</style>
background-color css
<style>
a { background-color: #0FA08C; }
a { background-color: rgb(15,160,140); }
div.DivClassName
{
background-color: #0FA08C;
}
.BgClassName
{
background-color: #0FA08C;
}
</style>
border-color css
<style>
span { border-color: #0FA08C; }
span { border-color: rgb(15,160,140); }
td.TdClassName
{
border-color: #0FA08C;
}
.TagClassName
{
border-color: #0FA08C;
}
</style>