Shades of Persian Green #0BAF96
Tints of Persian Green #0BAF96
RGB
CMYK
RGB Variations
Color information
#0BAF96 (or 0x0BAF96) is known color: Persian Green. HEX triplet: 0B, AF and 96. RGB value is (11,175,150). Sum of RGB (Red+Green+Blue) = 11+175+150=336 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.27% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAF96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAF96 is #F45069. Grayscale: #7B7B7B. Windows color (decimal): -16011370 or 9875211. OLE color: 9875211.
HSL color Cylindrical-coordinate representation of color #0BAF96: hue angle of 170.85º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAF96 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 175 | 150 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.31 |
| HSL | 170.85º | 0.88% | 0.36% | - |
| HSV(B) | 170.85º | 0.94% | 0.69% | - |
| XYZ | 20.97 | 32.93 | 34.11 | - |
| YUV | 123.11 | 143.17 | 48.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 175 | 150 | 0.94 | 0 | 0.14 | 0.31 | 170.85 | 0.88 | 0.36 |
| Hex | B | AF | 96 | 5E | 0 | E | 1F | AB | 58 | 24 |
| Octal | 13 | 257 | 226 | 136 | 0 | 16 | 37 | 253 | 130 | 44 |
| Binary | 1011 | 10101111 | 10010110 | 1011110 | 0 | 1110 | 11111 | 10101011 | 1011000 | 100100 |
Color Harmonies of #0BAF96
Complementary color
Monochromatic Colors of #0BAF96
Black with #0BAF96
Text Example
Text Example
White with #0BAF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAF96; }
p { color: rgb(11,175,150); }
H1.HeaderClassName
{
color: #0BAF96;
}
.AnyTagClassName
{
color: #0BAF96;
}
</style>
background-color css
<style>
a { background-color: #0BAF96; }
a { background-color: rgb(11,175,150); }
div.DivClassName
{
background-color: #0BAF96;
}
.BgClassName
{
background-color: #0BAF96;
}
</style>
border-color css
<style>
span { border-color: #0BAF96; }
span { border-color: rgb(11,175,150); }
td.TdClassName
{
border-color: #0BAF96;
}
.TagClassName
{
border-color: #0BAF96;
}
</style>