Shades of Persian Green #0FA790
Tints of Persian Green #0FA790
RGB
CMYK
RGB Variations
Color information
#0FA790 (or 0x0FA790) is known color: Persian Green. HEX triplet: 0F, A7 and 90. RGB value is (15,167,144). Sum of RGB (Red+Green+Blue) = 15+167+144=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 167 (65.62% from 255 or 51.23% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 167 - color contains mainly: green. Hex color #0FA790 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA790 is #F0586F. Grayscale: #767676. Windows color (decimal): -15751280 or 9479951. OLE color: 9479951.
HSL color Cylindrical-coordinate representation of color #0FA790: hue angle of 170.92º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA790 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 167 | 144 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.35 |
| HSL | 170.92º | 0.84% | 0.36% | - |
| HSV(B) | 170.92º | 0.91% | 0.65% | - |
| XYZ | 19.05 | 29.75 | 31.12 | - |
| YUV | 118.93 | 142.14 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 167 | 144 | 0.91 | 0 | 0.14 | 0.35 | 170.92 | 0.84 | 0.36 |
| Hex | F | A7 | 90 | 5B | 0 | E | 23 | AB | 54 | 24 |
| Octal | 17 | 247 | 220 | 133 | 0 | 16 | 43 | 253 | 124 | 44 |
| Binary | 1111 | 10100111 | 10010000 | 1011011 | 0 | 1110 | 100011 | 10101011 | 1010100 | 100100 |
Color Harmonies of #0FA790
Complementary color
Monochromatic Colors of #0FA790
Black with #0FA790
Text Example
Text Example
White with #0FA790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA790; }
p { color: rgb(15,167,144); }
H1.HeaderClassName
{
color: #0FA790;
}
.AnyTagClassName
{
color: #0FA790;
}
</style>
background-color css
<style>
a { background-color: #0FA790; }
a { background-color: rgb(15,167,144); }
div.DivClassName
{
background-color: #0FA790;
}
.BgClassName
{
background-color: #0FA790;
}
</style>
border-color css
<style>
span { border-color: #0FA790; }
span { border-color: rgb(15,167,144); }
td.TdClassName
{
border-color: #0FA790;
}
.TagClassName
{
border-color: #0FA790;
}
</style>