Shades of Persian Green #0FB19D
Tints of Persian Green #0FB19D
RGB
CMYK
RGB Variations
Color information
#0FB19D (or 0x0FB19D) is known color: Persian Green. HEX triplet: 0F, B1 and 9D. RGB value is (15,177,157). Sum of RGB (Red+Green+Blue) = 15+177+157=349 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.30% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB19D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB19D is #F04E62. Grayscale: #7E7E7E. Windows color (decimal): -15748707 or 10334479. OLE color: 10334479.
HSL color Cylindrical-coordinate representation of color #0FB19D: hue angle of 172.59º 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 #0FB19D is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 157 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.31 |
| HSL | 172.59º | 0.84% | 0.38% | - |
| HSV(B) | 172.59º | 0.92% | 0.69% | - |
| XYZ | 22 | 33.98 | 37.3 | - |
| YUV | 126.28 | 145.33 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 157 | 0.92 | 0 | 0.11 | 0.31 | 172.59 | 0.84 | 0.38 |
| Hex | F | B1 | 9D | 5C | 0 | B | 1F | AD | 54 | 26 |
| Octal | 17 | 261 | 235 | 134 | 0 | 13 | 37 | 255 | 124 | 46 |
| Binary | 1111 | 10110001 | 10011101 | 1011100 | 0 | 1011 | 11111 | 10101101 | 1010100 | 100110 |
Color Harmonies of #0FB19D
Complementary color
Monochromatic Colors of #0FB19D
Black with #0FB19D
Text Example
Text Example
White with #0FB19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB19D; }
p { color: rgb(15,177,157); }
H1.HeaderClassName
{
color: #0FB19D;
}
.AnyTagClassName
{
color: #0FB19D;
}
</style>
background-color css
<style>
a { background-color: #0FB19D; }
a { background-color: rgb(15,177,157); }
div.DivClassName
{
background-color: #0FB19D;
}
.BgClassName
{
background-color: #0FB19D;
}
</style>
border-color css
<style>
span { border-color: #0FB19D; }
span { border-color: rgb(15,177,157); }
td.TdClassName
{
border-color: #0FB19D;
}
.TagClassName
{
border-color: #0FB19D;
}
</style>