Shades of Persian Green #0F9B8B
Tints of Persian Green #0F9B8B
RGB
CMYK
RGB Variations
Color information
#0F9B8B (or 0x0F9B8B) is known color: Persian Green. HEX triplet: 0F, 9B and 8B. RGB value is (15,155,139). Sum of RGB (Red+Green+Blue) = 15+155+139=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #0F9B8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9B8B is #F06474. Grayscale: #6F6F6F. Windows color (decimal): -15754357 or 9149199. OLE color: 9149199.
HSL color Cylindrical-coordinate representation of color #0F9B8B: hue angle of 173.14º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9B8B is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 155 | 139 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.39 |
| HSL | 173.14º | 0.82% | 0.33% | - |
| HSV(B) | 173.14º | 0.9% | 0.61% | - |
| XYZ | 16.58 | 25.41 | 28.46 | - |
| YUV | 111.32 | 143.62 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 155 | 139 | 0.90 | 0 | 0.10 | 0.39 | 173.14 | 0.82 | 0.33 |
| Hex | F | 9B | 8B | 5A | 0 | A | 27 | AD | 52 | 21 |
| Octal | 17 | 233 | 213 | 132 | 0 | 12 | 47 | 255 | 122 | 41 |
| Binary | 1111 | 10011011 | 10001011 | 1011010 | 0 | 1010 | 100111 | 10101101 | 1010010 | 100001 |
Color Harmonies of #0F9B8B
Complementary color
Monochromatic Colors of #0F9B8B
Black with #0F9B8B
Text Example
Text Example
White with #0F9B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9B8B; }
p { color: rgb(15,155,139); }
H1.HeaderClassName
{
color: #0F9B8B;
}
.AnyTagClassName
{
color: #0F9B8B;
}
</style>
background-color css
<style>
a { background-color: #0F9B8B; }
a { background-color: rgb(15,155,139); }
div.DivClassName
{
background-color: #0F9B8B;
}
.BgClassName
{
background-color: #0F9B8B;
}
</style>
border-color css
<style>
span { border-color: #0F9B8B; }
span { border-color: rgb(15,155,139); }
td.TdClassName
{
border-color: #0F9B8B;
}
.TagClassName
{
border-color: #0F9B8B;
}
</style>