Shades of Persian Green #0BA195
Tints of Persian Green #0BA195
RGB
CMYK
RGB Variations
Color information
#0BA195 (or 0x0BA195) is known color: Persian Green. HEX triplet: 0B, A1 and 95. RGB value is (11,161,149). Sum of RGB (Red+Green+Blue) = 11+161+149=321 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.43% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #0BA195 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA195 is #F45E6A. Grayscale: #727272. Windows color (decimal): -16014955 or 9806091. OLE color: 9806091.
HSL color Cylindrical-coordinate representation of color #0BA195: hue angle of 175.2º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA195 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 11 | 161 | 149 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.37 |
| HSL | 175.2º | 0.87% | 0.34% | - |
| HSV(B) | 175.2º | 0.93% | 0.63% | - |
| XYZ | 18.31 | 27.73 | 32.82 | - |
| YUV | 114.78 | 147.31 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 161 | 149 | 0.93 | 0 | 0.07 | 0.37 | 175.2 | 0.87 | 0.34 |
| Hex | B | A1 | 95 | 5D | 0 | 7 | 25 | AF | 57 | 22 |
| Octal | 13 | 241 | 225 | 135 | 0 | 7 | 45 | 257 | 127 | 42 |
| Binary | 1011 | 10100001 | 10010101 | 1011101 | 0 | 111 | 100101 | 10101111 | 1010111 | 100010 |
Color Harmonies of #0BA195
Complementary color
Monochromatic Colors of #0BA195
Black with #0BA195
Text Example
Text Example
White with #0BA195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA195; }
p { color: rgb(11,161,149); }
H1.HeaderClassName
{
color: #0BA195;
}
.AnyTagClassName
{
color: #0BA195;
}
</style>
background-color css
<style>
a { background-color: #0BA195; }
a { background-color: rgb(11,161,149); }
div.DivClassName
{
background-color: #0BA195;
}
.BgClassName
{
background-color: #0BA195;
}
</style>
border-color css
<style>
span { border-color: #0BA195; }
span { border-color: rgb(11,161,149); }
td.TdClassName
{
border-color: #0BA195;
}
.TagClassName
{
border-color: #0BA195;
}
</style>