Shades of Persian Green #0FA293
Tints of Persian Green #0FA293
RGB
CMYK
RGB Variations
Color information
#0FA293 (or 0x0FA293) is known color: Persian Green. HEX triplet: 0F, A2 and 93. RGB value is (15,162,147). Sum of RGB (Red+Green+Blue) = 15+162+147=324 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.63% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA293 is #F05D6C. Grayscale: #747474. Windows color (decimal): -15752557 or 9675279. OLE color: 9675279.
HSL color Cylindrical-coordinate representation of color #0FA293: hue angle of 173.88º 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 #0FA293 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 162 | 147 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.36 |
| HSL | 173.88º | 0.83% | 0.35% | - |
| HSV(B) | 173.88º | 0.91% | 0.64% | - |
| XYZ | 18.38 | 28.05 | 32.05 | - |
| YUV | 116.34 | 145.3 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 162 | 147 | 0.91 | 0 | 0.09 | 0.36 | 173.88 | 0.83 | 0.35 |
| Hex | F | A2 | 93 | 5B | 0 | 9 | 24 | AE | 53 | 23 |
| Octal | 17 | 242 | 223 | 133 | 0 | 11 | 44 | 256 | 123 | 43 |
| Binary | 1111 | 10100010 | 10010011 | 1011011 | 0 | 1001 | 100100 | 10101110 | 1010011 | 100011 |
Color Harmonies of #0FA293
Complementary color
Monochromatic Colors of #0FA293
Black with #0FA293
Text Example
Text Example
White with #0FA293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA293; }
p { color: rgb(15,162,147); }
H1.HeaderClassName
{
color: #0FA293;
}
.AnyTagClassName
{
color: #0FA293;
}
</style>
background-color css
<style>
a { background-color: #0FA293; }
a { background-color: rgb(15,162,147); }
div.DivClassName
{
background-color: #0FA293;
}
.BgClassName
{
background-color: #0FA293;
}
</style>
border-color css
<style>
span { border-color: #0FA293; }
span { border-color: rgb(15,162,147); }
td.TdClassName
{
border-color: #0FA293;
}
.TagClassName
{
border-color: #0FA293;
}
</style>