Shades of Persian Green #0FB097
Tints of Persian Green #0FB097
RGB
CMYK
RGB Variations
Color information
#0FB097 (or 0x0FB097) is known color: Persian Green. HEX triplet: 0F, B0 and 97. RGB value is (15,176,151). Sum of RGB (Red+Green+Blue) = 15+176+151=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 176 (69.14% from 255 or 51.46% from 342); Blue value is 151 (59.38% from 255 or 44.15% from 342); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB097 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB097 is #F04F68. Grayscale: #7C7C7C. Windows color (decimal): -15748969 or 9941007. OLE color: 9941007.
HSL color Cylindrical-coordinate representation of color #0FB097: hue angle of 170.68º 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 #0FB097 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 151 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.31 |
| HSL | 170.68º | 0.84% | 0.37% | - |
| HSV(B) | 170.68º | 0.91% | 0.69% | - |
| XYZ | 21.31 | 33.39 | 34.6 | - |
| YUV | 125.01 | 142.66 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 151 | 0.91 | 0 | 0.14 | 0.31 | 170.68 | 0.84 | 0.37 |
| Hex | F | B0 | 97 | 5B | 0 | E | 1F | AB | 54 | 25 |
| Octal | 17 | 260 | 227 | 133 | 0 | 16 | 37 | 253 | 124 | 45 |
| Binary | 1111 | 10110000 | 10010111 | 1011011 | 0 | 1110 | 11111 | 10101011 | 1010100 | 100101 |
Color Harmonies of #0FB097
Complementary color
Monochromatic Colors of #0FB097
Black with #0FB097
Text Example
Text Example
White with #0FB097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB097; }
p { color: rgb(15,176,151); }
H1.HeaderClassName
{
color: #0FB097;
}
.AnyTagClassName
{
color: #0FB097;
}
</style>
background-color css
<style>
a { background-color: #0FB097; }
a { background-color: rgb(15,176,151); }
div.DivClassName
{
background-color: #0FB097;
}
.BgClassName
{
background-color: #0FB097;
}
</style>
border-color css
<style>
span { border-color: #0FB097; }
span { border-color: rgb(15,176,151); }
td.TdClassName
{
border-color: #0FB097;
}
.TagClassName
{
border-color: #0FB097;
}
</style>