Shades of Persian Green #0FB098
Tints of Persian Green #0FB098
RGB
CMYK
RGB Variations
Color information
#0FB098 (or 0x0FB098) is known color: Persian Green. HEX triplet: 0F, B0 and 98. RGB value is (15,176,152). Sum of RGB (Red+Green+Blue) = 15+176+152=343 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.37% from 343); Green value is 176 (69.14% from 255 or 51.31% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB098 is #F04F67. Grayscale: #7D7D7D. Windows color (decimal): -15748968 or 10006543. OLE color: 10006543.
HSL color Cylindrical-coordinate representation of color #0FB098: hue angle of 171.06º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB098 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 152 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.31 |
| HSL | 171.06º | 0.84% | 0.37% | - |
| HSV(B) | 171.06º | 0.91% | 0.69% | - |
| XYZ | 21.39 | 33.42 | 35.03 | - |
| YUV | 125.13 | 143.16 | 49.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 152 | 0.91 | 0 | 0.14 | 0.31 | 171.06 | 0.84 | 0.37 |
| Hex | F | B0 | 98 | 5B | 0 | E | 1F | AB | 54 | 25 |
| Octal | 17 | 260 | 230 | 133 | 0 | 16 | 37 | 253 | 124 | 45 |
| Binary | 1111 | 10110000 | 10011000 | 1011011 | 0 | 1110 | 11111 | 10101011 | 1010100 | 100101 |
Color Harmonies of #0FB098
Complementary color
Monochromatic Colors of #0FB098
Black with #0FB098
Text Example
Text Example
White with #0FB098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB098; }
p { color: rgb(15,176,152); }
H1.HeaderClassName
{
color: #0FB098;
}
.AnyTagClassName
{
color: #0FB098;
}
</style>
background-color css
<style>
a { background-color: #0FB098; }
a { background-color: rgb(15,176,152); }
div.DivClassName
{
background-color: #0FB098;
}
.BgClassName
{
background-color: #0FB098;
}
</style>
border-color css
<style>
span { border-color: #0FB098; }
span { border-color: rgb(15,176,152); }
td.TdClassName
{
border-color: #0FB098;
}
.TagClassName
{
border-color: #0FB098;
}
</style>