Shades of Persian Green #0FB094
Tints of Persian Green #0FB094
RGB
CMYK
RGB Variations
Color information
#0FB094 (or 0x0FB094) is known color: Persian Green. HEX triplet: 0F, B0 and 94. RGB value is (15,176,148). Sum of RGB (Red+Green+Blue) = 15+176+148=339 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.42% from 339); Green value is 176 (69.14% from 255 or 51.92% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB094 is #F04F6B. Grayscale: #7C7C7C. Windows color (decimal): -15748972 or 9744399. OLE color: 9744399.
HSL color Cylindrical-coordinate representation of color #0FB094: hue angle of 169.57º 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 #0FB094 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 148 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.31 |
| HSL | 169.57º | 0.84% | 0.37% | - |
| HSV(B) | 169.57º | 0.91% | 0.69% | - |
| XYZ | 21.07 | 33.29 | 33.33 | - |
| YUV | 124.67 | 141.16 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 148 | 0.91 | 0 | 0.16 | 0.31 | 169.57 | 0.84 | 0.37 |
| Hex | F | B0 | 94 | 5B | 0 | 10 | 1F | AA | 54 | 25 |
| Octal | 17 | 260 | 224 | 133 | 0 | 20 | 37 | 252 | 124 | 45 |
| Binary | 1111 | 10110000 | 10010100 | 1011011 | 0 | 10000 | 11111 | 10101010 | 1010100 | 100101 |
Color Harmonies of #0FB094
Complementary color
Monochromatic Colors of #0FB094
Black with #0FB094
Text Example
Text Example
White with #0FB094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB094; }
p { color: rgb(15,176,148); }
H1.HeaderClassName
{
color: #0FB094;
}
.AnyTagClassName
{
color: #0FB094;
}
</style>
background-color css
<style>
a { background-color: #0FB094; }
a { background-color: rgb(15,176,148); }
div.DivClassName
{
background-color: #0FB094;
}
.BgClassName
{
background-color: #0FB094;
}
</style>
border-color css
<style>
span { border-color: #0FB094; }
span { border-color: rgb(15,176,148); }
td.TdClassName
{
border-color: #0FB094;
}
.TagClassName
{
border-color: #0FB094;
}
</style>