Shades of Persian Green #0FB092
Tints of Persian Green #0FB092
RGB
CMYK
RGB Variations
Color information
#0FB092 (or 0x0FB092) is known color: Persian Green. HEX triplet: 0F, B0 and 92. RGB value is (15,176,146). Sum of RGB (Red+Green+Blue) = 15+176+146=337 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.45% from 337); Green value is 176 (69.14% from 255 or 52.23% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB092 is #F04F6D. Grayscale: #7C7C7C. Windows color (decimal): -15748974 or 9613327. OLE color: 9613327.
HSL color Cylindrical-coordinate representation of color #0FB092: hue angle of 168.82º 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 #0FB092 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 146 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.31 |
| HSL | 168.82º | 0.84% | 0.37% | - |
| HSV(B) | 168.82º | 0.91% | 0.69% | - |
| XYZ | 20.91 | 33.23 | 32.51 | - |
| YUV | 124.44 | 140.16 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 146 | 0.91 | 0 | 0.17 | 0.31 | 168.82 | 0.84 | 0.37 |
| Hex | F | B0 | 92 | 5B | 0 | 11 | 1F | A9 | 54 | 25 |
| Octal | 17 | 260 | 222 | 133 | 0 | 21 | 37 | 251 | 124 | 45 |
| Binary | 1111 | 10110000 | 10010010 | 1011011 | 0 | 10001 | 11111 | 10101001 | 1010100 | 100101 |
Color Harmonies of #0FB092
Complementary color
Monochromatic Colors of #0FB092
Black with #0FB092
Text Example
Text Example
White with #0FB092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB092; }
p { color: rgb(15,176,146); }
H1.HeaderClassName
{
color: #0FB092;
}
.AnyTagClassName
{
color: #0FB092;
}
</style>
background-color css
<style>
a { background-color: #0FB092; }
a { background-color: rgb(15,176,146); }
div.DivClassName
{
background-color: #0FB092;
}
.BgClassName
{
background-color: #0FB092;
}
</style>
border-color css
<style>
span { border-color: #0FB092; }
span { border-color: rgb(15,176,146); }
td.TdClassName
{
border-color: #0FB092;
}
.TagClassName
{
border-color: #0FB092;
}
</style>