Shades of Persian Green #0FA28E
Tints of Persian Green #0FA28E
RGB
CMYK
RGB Variations
Color information
#0FA28E (or 0x0FA28E) is known color: Persian Green. HEX triplet: 0F, A2 and 8E. RGB value is (15,162,142). Sum of RGB (Red+Green+Blue) = 15+162+142=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA28E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA28E is #F05D71. Grayscale: #737373. Windows color (decimal): -15752562 or 9347599. OLE color: 9347599.
HSL color Cylindrical-coordinate representation of color #0FA28E: hue angle of 171.84º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA28E is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 162 | 142 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.36 |
| HSL | 171.84º | 0.83% | 0.35% | - |
| HSV(B) | 171.84º | 0.91% | 0.64% | - |
| XYZ | 18 | 27.9 | 30.03 | - |
| YUV | 115.77 | 142.8 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 162 | 142 | 0.91 | 0 | 0.12 | 0.36 | 171.84 | 0.83 | 0.35 |
| Hex | F | A2 | 8E | 5B | 0 | C | 24 | AC | 53 | 23 |
| Octal | 17 | 242 | 216 | 133 | 0 | 14 | 44 | 254 | 123 | 43 |
| Binary | 1111 | 10100010 | 10001110 | 1011011 | 0 | 1100 | 100100 | 10101100 | 1010011 | 100011 |
Color Harmonies of #0FA28E
Complementary color
Monochromatic Colors of #0FA28E
Black with #0FA28E
Text Example
Text Example
White with #0FA28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA28E; }
p { color: rgb(15,162,142); }
H1.HeaderClassName
{
color: #0FA28E;
}
.AnyTagClassName
{
color: #0FA28E;
}
</style>
background-color css
<style>
a { background-color: #0FA28E; }
a { background-color: rgb(15,162,142); }
div.DivClassName
{
background-color: #0FA28E;
}
.BgClassName
{
background-color: #0FA28E;
}
</style>
border-color css
<style>
span { border-color: #0FA28E; }
span { border-color: rgb(15,162,142); }
td.TdClassName
{
border-color: #0FA28E;
}
.TagClassName
{
border-color: #0FA28E;
}
</style>