Shades of Persian Green #0BA996
Tints of Persian Green #0BA996
RGB
CMYK
RGB Variations
Color information
#0BA996 (or 0x0BA996) is known color: Persian Green. HEX triplet: 0B, A9 and 96. RGB value is (11,169,150). Sum of RGB (Red+Green+Blue) = 11+169+150=330 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.33% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #0BA996 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA996 is #F45669. Grayscale: #777777. Windows color (decimal): -16012906 or 9873675. OLE color: 9873675.
HSL color Cylindrical-coordinate representation of color #0BA996: hue angle of 172.78º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA996 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 11 | 169 | 150 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.34 |
| HSL | 172.78º | 0.88% | 0.35% | - |
| HSV(B) | 172.78º | 0.93% | 0.66% | - |
| XYZ | 19.83 | 30.65 | 33.72 | - |
| YUV | 119.59 | 145.15 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 169 | 150 | 0.93 | 0 | 0.11 | 0.34 | 172.78 | 0.88 | 0.35 |
| Hex | B | A9 | 96 | 5D | 0 | B | 22 | AD | 58 | 23 |
| Octal | 13 | 251 | 226 | 135 | 0 | 13 | 42 | 255 | 130 | 43 |
| Binary | 1011 | 10101001 | 10010110 | 1011101 | 0 | 1011 | 100010 | 10101101 | 1011000 | 100011 |
Color Harmonies of #0BA996
Complementary color
Monochromatic Colors of #0BA996
Black with #0BA996
Text Example
Text Example
White with #0BA996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA996; }
p { color: rgb(11,169,150); }
H1.HeaderClassName
{
color: #0BA996;
}
.AnyTagClassName
{
color: #0BA996;
}
</style>
background-color css
<style>
a { background-color: #0BA996; }
a { background-color: rgb(11,169,150); }
div.DivClassName
{
background-color: #0BA996;
}
.BgClassName
{
background-color: #0BA996;
}
</style>
border-color css
<style>
span { border-color: #0BA996; }
span { border-color: rgb(11,169,150); }
td.TdClassName
{
border-color: #0BA996;
}
.TagClassName
{
border-color: #0BA996;
}
</style>