Shades of Persian Green #0FB294
Tints of Persian Green #0FB294
RGB
CMYK
RGB Variations
Color information
#0FB294 (or 0x0FB294) is known color: Persian Green. HEX triplet: 0F, B2 and 94. RGB value is (15,178,148). Sum of RGB (Red+Green+Blue) = 15+178+148=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 178 (69.92% from 255 or 52.20% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB294 is #F04D6B. Grayscale: #7D7D7D. Windows color (decimal): -15748460 or 9744911. OLE color: 9744911.
HSL color Cylindrical-coordinate representation of color #0FB294: hue angle of 168.96º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB294 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 178 | 148 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.30 |
| HSL | 168.96º | 0.84% | 0.38% | - |
| HSV(B) | 168.96º | 0.92% | 0.7% | - |
| XYZ | 21.46 | 34.08 | 33.46 | - |
| YUV | 125.84 | 140.5 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 178 | 148 | 0.92 | 0 | 0.17 | 0.30 | 168.96 | 0.84 | 0.38 |
| Hex | F | B2 | 94 | 5C | 0 | 11 | 1E | A9 | 54 | 26 |
| Octal | 17 | 262 | 224 | 134 | 0 | 21 | 36 | 251 | 124 | 46 |
| Binary | 1111 | 10110010 | 10010100 | 1011100 | 0 | 10001 | 11110 | 10101001 | 1010100 | 100110 |
Color Harmonies of #0FB294
Complementary color
Monochromatic Colors of #0FB294
Black with #0FB294
Text Example
Text Example
White with #0FB294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB294; }
p { color: rgb(15,178,148); }
H1.HeaderClassName
{
color: #0FB294;
}
.AnyTagClassName
{
color: #0FB294;
}
</style>
background-color css
<style>
a { background-color: #0FB294; }
a { background-color: rgb(15,178,148); }
div.DivClassName
{
background-color: #0FB294;
}
.BgClassName
{
background-color: #0FB294;
}
</style>
border-color css
<style>
span { border-color: #0FB294; }
span { border-color: rgb(15,178,148); }
td.TdClassName
{
border-color: #0FB294;
}
.TagClassName
{
border-color: #0FB294;
}
</style>