Shades of Persian Green #0FA08B
Tints of Persian Green #0FA08B
RGB
CMYK
RGB Variations
Color information
#0FA08B (or 0x0FA08B) is known color: Persian Green. HEX triplet: 0F, A0 and 8B. RGB value is (15,160,139). Sum of RGB (Red+Green+Blue) = 15+160+139=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA08B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA08B is #F05F74. Grayscale: #727272. Windows color (decimal): -15753077 or 9150479. OLE color: 9150479.
HSL color Cylindrical-coordinate representation of color #0FA08B: hue angle of 171.31º 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 #0FA08B is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 160 | 139 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.37 |
| HSL | 171.31º | 0.83% | 0.34% | - |
| HSV(B) | 171.31º | 0.91% | 0.63% | - |
| XYZ | 17.43 | 27.11 | 28.74 | - |
| YUV | 114.25 | 141.96 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 160 | 139 | 0.91 | 0 | 0.13 | 0.37 | 171.31 | 0.83 | 0.34 |
| Hex | F | A0 | 8B | 5B | 0 | D | 25 | AB | 53 | 22 |
| Octal | 17 | 240 | 213 | 133 | 0 | 15 | 45 | 253 | 123 | 42 |
| Binary | 1111 | 10100000 | 10001011 | 1011011 | 0 | 1101 | 100101 | 10101011 | 1010011 | 100010 |
Color Harmonies of #0FA08B
Complementary color
Monochromatic Colors of #0FA08B
Black with #0FA08B
Text Example
Text Example
White with #0FA08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA08B; }
p { color: rgb(15,160,139); }
H1.HeaderClassName
{
color: #0FA08B;
}
.AnyTagClassName
{
color: #0FA08B;
}
</style>
background-color css
<style>
a { background-color: #0FA08B; }
a { background-color: rgb(15,160,139); }
div.DivClassName
{
background-color: #0FA08B;
}
.BgClassName
{
background-color: #0FA08B;
}
</style>
border-color css
<style>
span { border-color: #0FA08B; }
span { border-color: rgb(15,160,139); }
td.TdClassName
{
border-color: #0FA08B;
}
.TagClassName
{
border-color: #0FA08B;
}
</style>