Shades of Persian Green #0BA58A
Tints of Persian Green #0BA58A
RGB
CMYK
RGB Variations
Color information
#0BA58A (or 0x0BA58A) is known color: Persian Green. HEX triplet: 0B, A5 and 8A. RGB value is (11,165,138). Sum of RGB (Red+Green+Blue) = 11+165+138=314 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.50% from 314); Green value is 165 (64.84% from 255 or 52.55% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 165 - color contains mainly: green. Hex color #0BA58A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA58A is #F45A75. Grayscale: #737373. Windows color (decimal): -16013942 or 9086219. OLE color: 9086219.
HSL color Cylindrical-coordinate representation of color #0BA58A: hue angle of 169.48º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA58A is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 165 | 138 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.35 |
| HSL | 169.48º | 0.88% | 0.35% | - |
| HSV(B) | 169.48º | 0.93% | 0.65% | - |
| XYZ | 18.18 | 28.82 | 28.65 | - |
| YUV | 115.88 | 140.48 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 165 | 138 | 0.93 | 0 | 0.16 | 0.35 | 169.48 | 0.88 | 0.35 |
| Hex | B | A5 | 8A | 5D | 0 | 10 | 23 | A9 | 58 | 23 |
| Octal | 13 | 245 | 212 | 135 | 0 | 20 | 43 | 251 | 130 | 43 |
| Binary | 1011 | 10100101 | 10001010 | 1011101 | 0 | 10000 | 100011 | 10101001 | 1011000 | 100011 |
Color Harmonies of #0BA58A
Complementary color
Monochromatic Colors of #0BA58A
Black with #0BA58A
Text Example
Text Example
White with #0BA58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA58A; }
p { color: rgb(11,165,138); }
H1.HeaderClassName
{
color: #0BA58A;
}
.AnyTagClassName
{
color: #0BA58A;
}
</style>
background-color css
<style>
a { background-color: #0BA58A; }
a { background-color: rgb(11,165,138); }
div.DivClassName
{
background-color: #0BA58A;
}
.BgClassName
{
background-color: #0BA58A;
}
</style>
border-color css
<style>
span { border-color: #0BA58A; }
span { border-color: rgb(11,165,138); }
td.TdClassName
{
border-color: #0BA58A;
}
.TagClassName
{
border-color: #0BA58A;
}
</style>