Shades of Persian Green #0FA288
Tints of Persian Green #0FA288
RGB
CMYK
RGB Variations
Color information
#0FA288 (or 0x0FA288) is known color: Persian Green. HEX triplet: 0F, A2 and 88. RGB value is (15,162,136). Sum of RGB (Red+Green+Blue) = 15+162+136=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 162 (63.67% from 255 or 51.76% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA288 is #F05D77. Grayscale: #737373. Windows color (decimal): -15752568 or 8954383. OLE color: 8954383.
HSL color Cylindrical-coordinate representation of color #0FA288: hue angle of 169.39º 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 #0FA288 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 162 | 136 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.36 |
| HSL | 169.39º | 0.83% | 0.35% | - |
| HSV(B) | 169.39º | 0.91% | 0.64% | - |
| XYZ | 17.56 | 27.72 | 27.72 | - |
| YUV | 115.08 | 139.8 | 56.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 162 | 136 | 0.91 | 0 | 0.16 | 0.36 | 169.39 | 0.83 | 0.35 |
| Hex | F | A2 | 88 | 5B | 0 | 10 | 24 | A9 | 53 | 23 |
| Octal | 17 | 242 | 210 | 133 | 0 | 20 | 44 | 251 | 123 | 43 |
| Binary | 1111 | 10100010 | 10001000 | 1011011 | 0 | 10000 | 100100 | 10101001 | 1010011 | 100011 |
Color Harmonies of #0FA288
Complementary color
Monochromatic Colors of #0FA288
Black with #0FA288
Text Example
Text Example
White with #0FA288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA288; }
p { color: rgb(15,162,136); }
H1.HeaderClassName
{
color: #0FA288;
}
.AnyTagClassName
{
color: #0FA288;
}
</style>
background-color css
<style>
a { background-color: #0FA288; }
a { background-color: rgb(15,162,136); }
div.DivClassName
{
background-color: #0FA288;
}
.BgClassName
{
background-color: #0FA288;
}
</style>
border-color css
<style>
span { border-color: #0FA288; }
span { border-color: rgb(15,162,136); }
td.TdClassName
{
border-color: #0FA288;
}
.TagClassName
{
border-color: #0FA288;
}
</style>