Shades of Persian Green #0FB195
Tints of Persian Green #0FB195
RGB
CMYK
RGB Variations
Color information
#0FB195 (or 0x0FB195) is known color: Persian Green. HEX triplet: 0F, B1 and 95. RGB value is (15,177,149). Sum of RGB (Red+Green+Blue) = 15+177+149=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 177 (69.53% from 255 or 51.91% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB195 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB195 is #F04E6A. Grayscale: #7D7D7D. Windows color (decimal): -15748715 or 9810191. OLE color: 9810191.
HSL color Cylindrical-coordinate representation of color #0FB195: hue angle of 169.63º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB195 is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 149 | - |
| CMYK | 0.92 | 0 | 0.16 | 0.31 |
| HSL | 169.63º | 0.84% | 0.38% | - |
| HSV(B) | 169.63º | 0.92% | 0.69% | - |
| XYZ | 21.34 | 33.72 | 33.82 | - |
| YUV | 125.37 | 141.33 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 149 | 0.92 | 0 | 0.16 | 0.31 | 169.63 | 0.84 | 0.38 |
| Hex | F | B1 | 95 | 5C | 0 | 10 | 1F | AA | 54 | 26 |
| Octal | 17 | 261 | 225 | 134 | 0 | 20 | 37 | 252 | 124 | 46 |
| Binary | 1111 | 10110001 | 10010101 | 1011100 | 0 | 10000 | 11111 | 10101010 | 1010100 | 100110 |
Color Harmonies of #0FB195
Complementary color
Monochromatic Colors of #0FB195
Black with #0FB195
Text Example
Text Example
White with #0FB195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB195; }
p { color: rgb(15,177,149); }
H1.HeaderClassName
{
color: #0FB195;
}
.AnyTagClassName
{
color: #0FB195;
}
</style>
background-color css
<style>
a { background-color: #0FB195; }
a { background-color: rgb(15,177,149); }
div.DivClassName
{
background-color: #0FB195;
}
.BgClassName
{
background-color: #0FB195;
}
</style>
border-color css
<style>
span { border-color: #0FB195; }
span { border-color: rgb(15,177,149); }
td.TdClassName
{
border-color: #0FB195;
}
.TagClassName
{
border-color: #0FB195;
}
</style>