Shades of Persian Green #0BAD91
Tints of Persian Green #0BAD91
RGB
CMYK
RGB Variations
Color information
#0BAD91 (or 0x0BAD91) is known color: Persian Green. HEX triplet: 0B, AD and 91. RGB value is (11,173,145). Sum of RGB (Red+Green+Blue) = 11+173+145=329 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.34% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #0BAD91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAD91 is #F4526E. Grayscale: #797979. Windows color (decimal): -16011887 or 9547019. OLE color: 9547019.
HSL color Cylindrical-coordinate representation of color #0BAD91: hue angle of 169.63º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAD91 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 173 | 145 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.32 |
| HSL | 169.63º | 0.88% | 0.36% | - |
| HSV(B) | 169.63º | 0.94% | 0.68% | - |
| XYZ | 20.19 | 32 | 31.9 | - |
| YUV | 121.37 | 141.33 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 173 | 145 | 0.94 | 0 | 0.16 | 0.32 | 169.63 | 0.88 | 0.36 |
| Hex | B | AD | 91 | 5E | 0 | 10 | 20 | AA | 58 | 24 |
| Octal | 13 | 255 | 221 | 136 | 0 | 20 | 40 | 252 | 130 | 44 |
| Binary | 1011 | 10101101 | 10010001 | 1011110 | 0 | 10000 | 100000 | 10101010 | 1011000 | 100100 |
Color Harmonies of #0BAD91
Complementary color
Monochromatic Colors of #0BAD91
Black with #0BAD91
Text Example
Text Example
White with #0BAD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAD91; }
p { color: rgb(11,173,145); }
H1.HeaderClassName
{
color: #0BAD91;
}
.AnyTagClassName
{
color: #0BAD91;
}
</style>
background-color css
<style>
a { background-color: #0BAD91; }
a { background-color: rgb(11,173,145); }
div.DivClassName
{
background-color: #0BAD91;
}
.BgClassName
{
background-color: #0BAD91;
}
</style>
border-color css
<style>
span { border-color: #0BAD91; }
span { border-color: rgb(11,173,145); }
td.TdClassName
{
border-color: #0BAD91;
}
.TagClassName
{
border-color: #0BAD91;
}
</style>