Shades of Persian Green #0FA18E
Tints of Persian Green #0FA18E
RGB
CMYK
RGB Variations
Color information
#0FA18E (or 0x0FA18E) is known color: Persian Green. HEX triplet: 0F, A1 and 8E. RGB value is (15,161,142). Sum of RGB (Red+Green+Blue) = 15+161+142=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA18E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA18E is #F05E71. Grayscale: #737373. Windows color (decimal): -15752818 or 9347343. OLE color: 9347343.
HSL color Cylindrical-coordinate representation of color #0FA18E: hue angle of 172.19º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA18E is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 142 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.37 |
| HSL | 172.19º | 0.83% | 0.35% | - |
| HSV(B) | 172.19º | 0.91% | 0.63% | - |
| XYZ | 17.82 | 27.54 | 29.97 | - |
| YUV | 115.18 | 143.13 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 142 | 0.91 | 0 | 0.12 | 0.37 | 172.19 | 0.83 | 0.35 |
| Hex | F | A1 | 8E | 5B | 0 | C | 25 | AC | 53 | 23 |
| Octal | 17 | 241 | 216 | 133 | 0 | 14 | 45 | 254 | 123 | 43 |
| Binary | 1111 | 10100001 | 10001110 | 1011011 | 0 | 1100 | 100101 | 10101100 | 1010011 | 100011 |
Color Harmonies of #0FA18E
Complementary color
Monochromatic Colors of #0FA18E
Black with #0FA18E
Text Example
Text Example
White with #0FA18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA18E; }
p { color: rgb(15,161,142); }
H1.HeaderClassName
{
color: #0FA18E;
}
.AnyTagClassName
{
color: #0FA18E;
}
</style>
background-color css
<style>
a { background-color: #0FA18E; }
a { background-color: rgb(15,161,142); }
div.DivClassName
{
background-color: #0FA18E;
}
.BgClassName
{
background-color: #0FA18E;
}
</style>
border-color css
<style>
span { border-color: #0FA18E; }
span { border-color: rgb(15,161,142); }
td.TdClassName
{
border-color: #0FA18E;
}
.TagClassName
{
border-color: #0FA18E;
}
</style>