Shades of Persian Green #0FA193
Tints of Persian Green #0FA193
RGB
CMYK
RGB Variations
Color information
#0FA193 (or 0x0FA193) is known color: Persian Green. HEX triplet: 0F, A1 and 93. RGB value is (15,161,147). Sum of RGB (Red+Green+Blue) = 15+161+147=323 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.64% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA193 is #F05E6C. Grayscale: #737373. Windows color (decimal): -15752813 or 9675023. OLE color: 9675023.
HSL color Cylindrical-coordinate representation of color #0FA193: hue angle of 174.25º 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 #0FA193 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 147 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.37 |
| HSL | 174.25º | 0.83% | 0.35% | - |
| HSV(B) | 174.25º | 0.91% | 0.63% | - |
| XYZ | 18.21 | 27.7 | 31.99 | - |
| YUV | 115.75 | 145.63 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 147 | 0.91 | 0 | 0.09 | 0.37 | 174.25 | 0.83 | 0.35 |
| Hex | F | A1 | 93 | 5B | 0 | 9 | 25 | AE | 53 | 23 |
| Octal | 17 | 241 | 223 | 133 | 0 | 11 | 45 | 256 | 123 | 43 |
| Binary | 1111 | 10100001 | 10010011 | 1011011 | 0 | 1001 | 100101 | 10101110 | 1010011 | 100011 |
Color Harmonies of #0FA193
Complementary color
Monochromatic Colors of #0FA193
Black with #0FA193
Text Example
Text Example
White with #0FA193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA193; }
p { color: rgb(15,161,147); }
H1.HeaderClassName
{
color: #0FA193;
}
.AnyTagClassName
{
color: #0FA193;
}
</style>
background-color css
<style>
a { background-color: #0FA193; }
a { background-color: rgb(15,161,147); }
div.DivClassName
{
background-color: #0FA193;
}
.BgClassName
{
background-color: #0FA193;
}
</style>
border-color css
<style>
span { border-color: #0FA193; }
span { border-color: rgb(15,161,147); }
td.TdClassName
{
border-color: #0FA193;
}
.TagClassName
{
border-color: #0FA193;
}
</style>