Shades of Persian Green #0FA393
Tints of Persian Green #0FA393
RGB
CMYK
RGB Variations
Color information
#0FA393 (or 0x0FA393) is known color: Persian Green. HEX triplet: 0F, A3 and 93. RGB value is (15,163,147). Sum of RGB (Red+Green+Blue) = 15+163+147=325 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.62% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA393 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA393 is #F05C6C. Grayscale: #747474. Windows color (decimal): -15752301 or 9675535. OLE color: 9675535.
HSL color Cylindrical-coordinate representation of color #0FA393: hue angle of 173.51º 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 #0FA393 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 163 | 147 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.36 |
| HSL | 173.51º | 0.83% | 0.35% | - |
| HSV(B) | 173.51º | 0.91% | 0.64% | - |
| XYZ | 18.56 | 28.4 | 32.11 | - |
| YUV | 116.92 | 144.97 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 163 | 147 | 0.91 | 0 | 0.10 | 0.36 | 173.51 | 0.83 | 0.35 |
| Hex | F | A3 | 93 | 5B | 0 | A | 24 | AE | 53 | 23 |
| Octal | 17 | 243 | 223 | 133 | 0 | 12 | 44 | 256 | 123 | 43 |
| Binary | 1111 | 10100011 | 10010011 | 1011011 | 0 | 1010 | 100100 | 10101110 | 1010011 | 100011 |
Color Harmonies of #0FA393
Complementary color
Monochromatic Colors of #0FA393
Black with #0FA393
Text Example
Text Example
White with #0FA393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA393; }
p { color: rgb(15,163,147); }
H1.HeaderClassName
{
color: #0FA393;
}
.AnyTagClassName
{
color: #0FA393;
}
</style>
background-color css
<style>
a { background-color: #0FA393; }
a { background-color: rgb(15,163,147); }
div.DivClassName
{
background-color: #0FA393;
}
.BgClassName
{
background-color: #0FA393;
}
</style>
border-color css
<style>
span { border-color: #0FA393; }
span { border-color: rgb(15,163,147); }
td.TdClassName
{
border-color: #0FA393;
}
.TagClassName
{
border-color: #0FA393;
}
</style>