Shades of Persian Green #0FB698
Tints of Persian Green #0FB698
RGB
CMYK
RGB Variations
Color information
#0FB698 (or 0x0FB698) is known color: Persian Green. HEX triplet: 0F, B6 and 98. RGB value is (15,182,152). Sum of RGB (Red+Green+Blue) = 15+182+152=349 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.30% from 349); Green value is 182 (71.48% from 255 or 52.15% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 182 - color contains mainly: green. Hex color #0FB698 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB698 is #F04967. Grayscale: #808080. Windows color (decimal): -15747432 or 10008079. OLE color: 10008079.
HSL color Cylindrical-coordinate representation of color #0FB698: hue angle of 169.22º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB698 is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 182 | 152 | - |
| CMYK | 0.92 | 0 | 0.16 | 0.29 |
| HSL | 169.22º | 0.85% | 0.39% | - |
| HSV(B) | 169.22º | 0.92% | 0.71% | - |
| XYZ | 22.59 | 35.82 | 35.43 | - |
| YUV | 128.65 | 141.17 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 182 | 152 | 0.92 | 0 | 0.16 | 0.29 | 169.22 | 0.85 | 0.39 |
| Hex | F | B6 | 98 | 5C | 0 | 10 | 1D | A9 | 55 | 27 |
| Octal | 17 | 266 | 230 | 134 | 0 | 20 | 35 | 251 | 125 | 47 |
| Binary | 1111 | 10110110 | 10011000 | 1011100 | 0 | 10000 | 11101 | 10101001 | 1010101 | 100111 |
Color Harmonies of #0FB698
Complementary color
Monochromatic Colors of #0FB698
Black with #0FB698
Text Example
Text Example
White with #0FB698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB698; }
p { color: rgb(15,182,152); }
H1.HeaderClassName
{
color: #0FB698;
}
.AnyTagClassName
{
color: #0FB698;
}
</style>
background-color css
<style>
a { background-color: #0FB698; }
a { background-color: rgb(15,182,152); }
div.DivClassName
{
background-color: #0FB698;
}
.BgClassName
{
background-color: #0FB698;
}
</style>
border-color css
<style>
span { border-color: #0FB698; }
span { border-color: rgb(15,182,152); }
td.TdClassName
{
border-color: #0FB698;
}
.TagClassName
{
border-color: #0FB698;
}
</style>