Shades of Persian Green #0BA88A
Tints of Persian Green #0BA88A
RGB
CMYK
RGB Variations
Color information
#0BA88A (or 0x0BA88A) is known color: Persian Green. HEX triplet: 0B, A8 and 8A. RGB value is (11,168,138). Sum of RGB (Red+Green+Blue) = 11+168+138=317 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.47% from 317); Green value is 168 (66.02% from 255 or 53.00% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 168 - color contains mainly: green. Hex color #0BA88A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA88A is #F45775. Grayscale: #757575. Windows color (decimal): -16013174 or 9086987. OLE color: 9086987.
HSL color Cylindrical-coordinate representation of color #0BA88A: hue angle of 168.54º 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 #0BA88A is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 11 | 168 | 138 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.34 |
| HSL | 168.54º | 0.88% | 0.35% | - |
| HSV(B) | 168.54º | 0.93% | 0.66% | - |
| XYZ | 18.73 | 29.91 | 28.83 | - |
| YUV | 117.64 | 139.49 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 168 | 138 | 0.93 | 0 | 0.18 | 0.34 | 168.54 | 0.88 | 0.35 |
| Hex | B | A8 | 8A | 5D | 0 | 12 | 22 | A9 | 58 | 23 |
| Octal | 13 | 250 | 212 | 135 | 0 | 22 | 42 | 251 | 130 | 43 |
| Binary | 1011 | 10101000 | 10001010 | 1011101 | 0 | 10010 | 100010 | 10101001 | 1011000 | 100011 |
Color Harmonies of #0BA88A
Complementary color
Monochromatic Colors of #0BA88A
Black with #0BA88A
Text Example
Text Example
White with #0BA88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA88A; }
p { color: rgb(11,168,138); }
H1.HeaderClassName
{
color: #0BA88A;
}
.AnyTagClassName
{
color: #0BA88A;
}
</style>
background-color css
<style>
a { background-color: #0BA88A; }
a { background-color: rgb(11,168,138); }
div.DivClassName
{
background-color: #0BA88A;
}
.BgClassName
{
background-color: #0BA88A;
}
</style>
border-color css
<style>
span { border-color: #0BA88A; }
span { border-color: rgb(11,168,138); }
td.TdClassName
{
border-color: #0BA88A;
}
.TagClassName
{
border-color: #0BA88A;
}
</style>