Shades of Persian Green #0F9988
Tints of Persian Green #0F9988
RGB
CMYK
RGB Variations
Color information
#0F9988 (or 0x0F9988) is known color: Persian Green. HEX triplet: 0F, 99 and 88. RGB value is (15,153,136). Sum of RGB (Red+Green+Blue) = 15+153+136=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #0F9988 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9988 is #F06677. Grayscale: #6D6D6D. Windows color (decimal): -15754872 or 8952079. OLE color: 8952079.
HSL color Cylindrical-coordinate representation of color #0F9988: hue angle of 172.61º 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 #0F9988 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 153 | 136 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.4 |
| HSL | 172.61º | 0.82% | 0.33% | - |
| HSV(B) | 172.61º | 0.9% | 0.6% | - |
| XYZ | 16.03 | 24.66 | 27.21 | - |
| YUV | 109.8 | 142.78 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 136 | 0.90 | 0 | 0.11 | 0.4 | 172.61 | 0.82 | 0.33 |
| Hex | F | 99 | 88 | 5A | 0 | B | 28 | AD | 52 | 21 |
| Octal | 17 | 231 | 210 | 132 | 0 | 13 | 50 | 255 | 122 | 41 |
| Binary | 1111 | 10011001 | 10001000 | 1011010 | 0 | 1011 | 101000 | 10101101 | 1010010 | 100001 |
Color Harmonies of #0F9988
Complementary color
Monochromatic Colors of #0F9988
Black with #0F9988
Text Example
Text Example
White with #0F9988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9988; }
p { color: rgb(15,153,136); }
H1.HeaderClassName
{
color: #0F9988;
}
.AnyTagClassName
{
color: #0F9988;
}
</style>
background-color css
<style>
a { background-color: #0F9988; }
a { background-color: rgb(15,153,136); }
div.DivClassName
{
background-color: #0F9988;
}
.BgClassName
{
background-color: #0F9988;
}
</style>
border-color css
<style>
span { border-color: #0F9988; }
span { border-color: rgb(15,153,136); }
td.TdClassName
{
border-color: #0F9988;
}
.TagClassName
{
border-color: #0F9988;
}
</style>