Shades of Persian Green #0F9990
Tints of Persian Green #0F9990
RGB
CMYK
RGB Variations
Color information
#0F9990 (or 0x0F9990) is known color: Persian Green. HEX triplet: 0F, 99 and 90. RGB value is (15,153,144). Sum of RGB (Red+Green+Blue) = 15+153+144=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #0F9990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9990 is #F0666F. Grayscale: #6E6E6E. Windows color (decimal): -15754864 or 9476367. OLE color: 9476367.
HSL color Cylindrical-coordinate representation of color #0F9990: hue angle of 176.09º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9990 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 153 | 144 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.4 |
| HSL | 176.09º | 0.82% | 0.33% | - |
| HSV(B) | 176.09º | 0.9% | 0.6% | - |
| XYZ | 16.62 | 24.9 | 30.32 | - |
| YUV | 110.71 | 146.78 | 59.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 144 | 0.90 | 0 | 0.06 | 0.4 | 176.09 | 0.82 | 0.33 |
| Hex | F | 99 | 90 | 5A | 0 | 6 | 28 | B0 | 52 | 21 |
| Octal | 17 | 231 | 220 | 132 | 0 | 6 | 50 | 260 | 122 | 41 |
| Binary | 1111 | 10011001 | 10010000 | 1011010 | 0 | 110 | 101000 | 10110000 | 1010010 | 100001 |
Color Harmonies of #0F9990
Complementary color
Monochromatic Colors of #0F9990
Black with #0F9990
Text Example
Text Example
White with #0F9990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9990; }
p { color: rgb(15,153,144); }
H1.HeaderClassName
{
color: #0F9990;
}
.AnyTagClassName
{
color: #0F9990;
}
</style>
background-color css
<style>
a { background-color: #0F9990; }
a { background-color: rgb(15,153,144); }
div.DivClassName
{
background-color: #0F9990;
}
.BgClassName
{
background-color: #0F9990;
}
</style>
border-color css
<style>
span { border-color: #0F9990; }
span { border-color: rgb(15,153,144); }
td.TdClassName
{
border-color: #0F9990;
}
.TagClassName
{
border-color: #0F9990;
}
</style>