Shades of Persian Green #0FA387
Tints of Persian Green #0FA387
RGB
CMYK
RGB Variations
Color information
#0FA387 (or 0x0FA387) is known color: Persian Green. HEX triplet: 0F, A3 and 87. RGB value is (15,163,135). Sum of RGB (Red+Green+Blue) = 15+163+135=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 163 (64.06% from 255 or 52.08% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA387 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA387 is #F05C78. Grayscale: #737373. Windows color (decimal): -15752313 or 8889103. OLE color: 8889103.
HSL color Cylindrical-coordinate representation of color #0FA387: hue angle of 168.65º 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 #0FA387 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 163 | 135 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.36 |
| HSL | 168.65º | 0.83% | 0.35% | - |
| HSV(B) | 168.65º | 0.91% | 0.64% | - |
| XYZ | 17.67 | 28.05 | 27.4 | - |
| YUV | 115.56 | 138.97 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 163 | 135 | 0.91 | 0 | 0.17 | 0.36 | 168.65 | 0.83 | 0.35 |
| Hex | F | A3 | 87 | 5B | 0 | 11 | 24 | A9 | 53 | 23 |
| Octal | 17 | 243 | 207 | 133 | 0 | 21 | 44 | 251 | 123 | 43 |
| Binary | 1111 | 10100011 | 10000111 | 1011011 | 0 | 10001 | 100100 | 10101001 | 1010011 | 100011 |
Color Harmonies of #0FA387
Complementary color
Monochromatic Colors of #0FA387
Black with #0FA387
Text Example
Text Example
White with #0FA387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA387; }
p { color: rgb(15,163,135); }
H1.HeaderClassName
{
color: #0FA387;
}
.AnyTagClassName
{
color: #0FA387;
}
</style>
background-color css
<style>
a { background-color: #0FA387; }
a { background-color: rgb(15,163,135); }
div.DivClassName
{
background-color: #0FA387;
}
.BgClassName
{
background-color: #0FA387;
}
</style>
border-color css
<style>
span { border-color: #0FA387; }
span { border-color: rgb(15,163,135); }
td.TdClassName
{
border-color: #0FA387;
}
.TagClassName
{
border-color: #0FA387;
}
</style>