Shades of Persian Green #0F998B
Tints of Persian Green #0F998B
RGB
CMYK
RGB Variations
Color information
#0F998B (or 0x0F998B) is known color: Persian Green. HEX triplet: 0F, 99 and 8B. RGB value is (15,153,139). Sum of RGB (Red+Green+Blue) = 15+153+139=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #0F998B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F998B is #F06674. Grayscale: #6E6E6E. Windows color (decimal): -15754869 or 9148687. OLE color: 9148687.
HSL color Cylindrical-coordinate representation of color #0F998B: hue angle of 173.91º 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 #0F998B is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 153 | 139 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.4 |
| HSL | 173.91º | 0.82% | 0.33% | - |
| HSV(B) | 173.91º | 0.9% | 0.6% | - |
| XYZ | 16.25 | 24.75 | 28.35 | - |
| YUV | 110.14 | 144.28 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 139 | 0.90 | 0 | 0.09 | 0.4 | 173.91 | 0.82 | 0.33 |
| Hex | F | 99 | 8B | 5A | 0 | 9 | 28 | AE | 52 | 21 |
| Octal | 17 | 231 | 213 | 132 | 0 | 11 | 50 | 256 | 122 | 41 |
| Binary | 1111 | 10011001 | 10001011 | 1011010 | 0 | 1001 | 101000 | 10101110 | 1010010 | 100001 |
Color Harmonies of #0F998B
Complementary color
Monochromatic Colors of #0F998B
Black with #0F998B
Text Example
Text Example
White with #0F998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F998B; }
p { color: rgb(15,153,139); }
H1.HeaderClassName
{
color: #0F998B;
}
.AnyTagClassName
{
color: #0F998B;
}
</style>
background-color css
<style>
a { background-color: #0F998B; }
a { background-color: rgb(15,153,139); }
div.DivClassName
{
background-color: #0F998B;
}
.BgClassName
{
background-color: #0F998B;
}
</style>
border-color css
<style>
span { border-color: #0F998B; }
span { border-color: rgb(15,153,139); }
td.TdClassName
{
border-color: #0F998B;
}
.TagClassName
{
border-color: #0F998B;
}
</style>