Shades of Persian Green #0FB89B
Tints of Persian Green #0FB89B
RGB
CMYK
RGB Variations
Color information
#0FB89B (or 0x0FB89B) is known color: Persian Green. HEX triplet: 0F, B8 and 9B. RGB value is (15,184,155). Sum of RGB (Red+Green+Blue) = 15+184+155=354 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.24% from 354); Green value is 184 (72.27% from 255 or 51.98% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB89B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB89B is #F04764. Grayscale: #828282. Windows color (decimal): -15746917 or 10205199. OLE color: 10205199.
HSL color Cylindrical-coordinate representation of color #0FB89B: hue angle of 169.7º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB89B is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 155 | - |
| CMYK | 0.92 | 0 | 0.16 | 0.28 |
| HSL | 169.7º | 0.85% | 0.39% | - |
| HSV(B) | 169.7º | 0.92% | 0.72% | - |
| XYZ | 23.25 | 36.75 | 36.88 | - |
| YUV | 130.16 | 142.01 | 45.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 155 | 0.92 | 0 | 0.16 | 0.28 | 169.7 | 0.85 | 0.39 |
| Hex | F | B8 | 9B | 5C | 0 | 10 | 1C | AA | 55 | 27 |
| Octal | 17 | 270 | 233 | 134 | 0 | 20 | 34 | 252 | 125 | 47 |
| Binary | 1111 | 10111000 | 10011011 | 1011100 | 0 | 10000 | 11100 | 10101010 | 1010101 | 100111 |
Color Harmonies of #0FB89B
Complementary color
Monochromatic Colors of #0FB89B
Black with #0FB89B
Text Example
Text Example
White with #0FB89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB89B; }
p { color: rgb(15,184,155); }
H1.HeaderClassName
{
color: #0FB89B;
}
.AnyTagClassName
{
color: #0FB89B;
}
</style>
background-color css
<style>
a { background-color: #0FB89B; }
a { background-color: rgb(15,184,155); }
div.DivClassName
{
background-color: #0FB89B;
}
.BgClassName
{
background-color: #0FB89B;
}
</style>
border-color css
<style>
span { border-color: #0FB89B; }
span { border-color: rgb(15,184,155); }
td.TdClassName
{
border-color: #0FB89B;
}
.TagClassName
{
border-color: #0FB89B;
}
</style>