Shades of Persian Green #0FA296
Tints of Persian Green #0FA296
RGB
CMYK
RGB Variations
Color information
#0FA296 (or 0x0FA296) is known color: Persian Green. HEX triplet: 0F, A2 and 96. RGB value is (15,162,150). Sum of RGB (Red+Green+Blue) = 15+162+150=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA296 is #F05D69. Grayscale: #747474. Windows color (decimal): -15752554 or 9871887. OLE color: 9871887.
HSL color Cylindrical-coordinate representation of color #0FA296: hue angle of 175.1º 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 #0FA296 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 162 | 150 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.36 |
| HSL | 175.1º | 0.83% | 0.35% | - |
| HSV(B) | 175.1º | 0.91% | 0.64% | - |
| XYZ | 18.62 | 28.14 | 33.31 | - |
| YUV | 116.68 | 146.8 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 162 | 150 | 0.91 | 0 | 0.07 | 0.36 | 175.1 | 0.83 | 0.35 |
| Hex | F | A2 | 96 | 5B | 0 | 7 | 24 | AF | 53 | 23 |
| Octal | 17 | 242 | 226 | 133 | 0 | 7 | 44 | 257 | 123 | 43 |
| Binary | 1111 | 10100010 | 10010110 | 1011011 | 0 | 111 | 100100 | 10101111 | 1010011 | 100011 |
Color Harmonies of #0FA296
Complementary color
Monochromatic Colors of #0FA296
Black with #0FA296
Text Example
Text Example
White with #0FA296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA296; }
p { color: rgb(15,162,150); }
H1.HeaderClassName
{
color: #0FA296;
}
.AnyTagClassName
{
color: #0FA296;
}
</style>
background-color css
<style>
a { background-color: #0FA296; }
a { background-color: rgb(15,162,150); }
div.DivClassName
{
background-color: #0FA296;
}
.BgClassName
{
background-color: #0FA296;
}
</style>
border-color css
<style>
span { border-color: #0FA296; }
span { border-color: rgb(15,162,150); }
td.TdClassName
{
border-color: #0FA296;
}
.TagClassName
{
border-color: #0FA296;
}
</style>