Shades of Persian Green #0FA395
Tints of Persian Green #0FA395
RGB
CMYK
RGB Variations
Color information
#0FA395 (or 0x0FA395) is known color: Persian Green. HEX triplet: 0F, A3 and 95. RGB value is (15,163,149). Sum of RGB (Red+Green+Blue) = 15+163+149=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 163 (64.06% from 255 or 49.85% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA395 is #F05C6A. Grayscale: #757575. Windows color (decimal): -15752299 or 9806607. OLE color: 9806607.
HSL color Cylindrical-coordinate representation of color #0FA395: hue angle of 174.32º 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 #0FA395 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 163 | 149 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.36 |
| HSL | 174.32º | 0.83% | 0.35% | - |
| HSV(B) | 174.32º | 0.91% | 0.64% | - |
| XYZ | 18.72 | 28.47 | 32.94 | - |
| YUV | 117.15 | 145.97 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 163 | 149 | 0.91 | 0 | 0.09 | 0.36 | 174.32 | 0.83 | 0.35 |
| Hex | F | A3 | 95 | 5B | 0 | 9 | 24 | AE | 53 | 23 |
| Octal | 17 | 243 | 225 | 133 | 0 | 11 | 44 | 256 | 123 | 43 |
| Binary | 1111 | 10100011 | 10010101 | 1011011 | 0 | 1001 | 100100 | 10101110 | 1010011 | 100011 |
Color Harmonies of #0FA395
Complementary color
Monochromatic Colors of #0FA395
Black with #0FA395
Text Example
Text Example
White with #0FA395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA395; }
p { color: rgb(15,163,149); }
H1.HeaderClassName
{
color: #0FA395;
}
.AnyTagClassName
{
color: #0FA395;
}
</style>
background-color css
<style>
a { background-color: #0FA395; }
a { background-color: rgb(15,163,149); }
div.DivClassName
{
background-color: #0FA395;
}
.BgClassName
{
background-color: #0FA395;
}
</style>
border-color css
<style>
span { border-color: #0FA395; }
span { border-color: rgb(15,163,149); }
td.TdClassName
{
border-color: #0FA395;
}
.TagClassName
{
border-color: #0FA395;
}
</style>