Shades of Persian Green #0BA98F
Tints of Persian Green #0BA98F
RGB
CMYK
RGB Variations
Color information
#0BA98F (or 0x0BA98F) is known color: Persian Green. HEX triplet: 0B, A9 and 8F. RGB value is (11,169,143). Sum of RGB (Red+Green+Blue) = 11+169+143=323 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.41% from 323); Green value is 169 (66.41% from 255 or 52.32% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 169 - color contains mainly: green. Hex color #0BA98F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA98F is #F45670. Grayscale: #767676. Windows color (decimal): -16012913 or 9414923. OLE color: 9414923.
HSL color Cylindrical-coordinate representation of color #0BA98F: hue angle of 170.13º 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 #0BA98F is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 11 | 169 | 143 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.34 |
| HSL | 170.13º | 0.88% | 0.35% | - |
| HSV(B) | 170.13º | 0.93% | 0.66% | - |
| XYZ | 19.28 | 30.43 | 30.84 | - |
| YUV | 118.79 | 141.65 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 169 | 143 | 0.93 | 0 | 0.15 | 0.34 | 170.13 | 0.88 | 0.35 |
| Hex | B | A9 | 8F | 5D | 0 | F | 22 | AA | 58 | 23 |
| Octal | 13 | 251 | 217 | 135 | 0 | 17 | 42 | 252 | 130 | 43 |
| Binary | 1011 | 10101001 | 10001111 | 1011101 | 0 | 1111 | 100010 | 10101010 | 1011000 | 100011 |
Color Harmonies of #0BA98F
Complementary color
Monochromatic Colors of #0BA98F
Black with #0BA98F
Text Example
Text Example
White with #0BA98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA98F; }
p { color: rgb(11,169,143); }
H1.HeaderClassName
{
color: #0BA98F;
}
.AnyTagClassName
{
color: #0BA98F;
}
</style>
background-color css
<style>
a { background-color: #0BA98F; }
a { background-color: rgb(11,169,143); }
div.DivClassName
{
background-color: #0BA98F;
}
.BgClassName
{
background-color: #0BA98F;
}
</style>
border-color css
<style>
span { border-color: #0BA98F; }
span { border-color: rgb(11,169,143); }
td.TdClassName
{
border-color: #0BA98F;
}
.TagClassName
{
border-color: #0BA98F;
}
</style>