Shades of Persian Green #0FA396
Tints of Persian Green #0FA396
RGB
CMYK
RGB Variations
Color information
#0FA396 (or 0x0FA396) is known color: Persian Green. HEX triplet: 0F, A3 and 96. RGB value is (15,163,150). Sum of RGB (Red+Green+Blue) = 15+163+150=328 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.57% from 328); Green value is 163 (64.06% from 255 or 49.70% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA396 is #F05C69. Grayscale: #757575. Windows color (decimal): -15752298 or 9872143. OLE color: 9872143.
HSL color Cylindrical-coordinate representation of color #0FA396: hue angle of 174.73º 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 #0FA396 is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 163 | 150 | - |
| CMYK | 0.91 | 0 | 0.08 | 0.36 |
| HSL | 174.73º | 0.83% | 0.35% | - |
| HSV(B) | 174.73º | 0.91% | 0.64% | - |
| XYZ | 18.8 | 28.5 | 33.36 | - |
| YUV | 117.27 | 146.47 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 163 | 150 | 0.91 | 0 | 0.08 | 0.36 | 174.73 | 0.83 | 0.35 |
| Hex | F | A3 | 96 | 5B | 0 | 8 | 24 | AF | 53 | 23 |
| Octal | 17 | 243 | 226 | 133 | 0 | 10 | 44 | 257 | 123 | 43 |
| Binary | 1111 | 10100011 | 10010110 | 1011011 | 0 | 1000 | 100100 | 10101111 | 1010011 | 100011 |
Color Harmonies of #0FA396
Complementary color
Monochromatic Colors of #0FA396
Black with #0FA396
Text Example
Text Example
White with #0FA396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA396; }
p { color: rgb(15,163,150); }
H1.HeaderClassName
{
color: #0FA396;
}
.AnyTagClassName
{
color: #0FA396;
}
</style>
background-color css
<style>
a { background-color: #0FA396; }
a { background-color: rgb(15,163,150); }
div.DivClassName
{
background-color: #0FA396;
}
.BgClassName
{
background-color: #0FA396;
}
</style>
border-color css
<style>
span { border-color: #0FA396; }
span { border-color: rgb(15,163,150); }
td.TdClassName
{
border-color: #0FA396;
}
.TagClassName
{
border-color: #0FA396;
}
</style>