Shades of Persian Green #0FABA0
Tints of Persian Green #0FABA0
RGB
CMYK
RGB Variations
Color information
#0FABA0 (or 0x0FABA0) is known color: Persian Green. HEX triplet: 0F, AB and A0. RGB value is (15,171,160). Sum of RGB (Red+Green+Blue) = 15+171+160=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 160 (62.89% from 255 or 46.24% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #0FABA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FABA0 is #F0545F. Grayscale: #7A7A7A. Windows color (decimal): -15750240 or 10529551. OLE color: 10529551.
HSL color Cylindrical-coordinate representation of color #0FABA0: hue angle of 175.77º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FABA0 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 171 | 160 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.33 |
| HSL | 175.77º | 0.84% | 0.36% | - |
| HSV(B) | 175.77º | 0.91% | 0.67% | - |
| XYZ | 21.11 | 31.77 | 38.28 | - |
| YUV | 123.1 | 148.82 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 160 | 0.91 | 0 | 0.06 | 0.33 | 175.77 | 0.84 | 0.36 |
| Hex | F | AB | A0 | 5B | 0 | 6 | 21 | B0 | 54 | 24 |
| Octal | 17 | 253 | 240 | 133 | 0 | 6 | 41 | 260 | 124 | 44 |
| Binary | 1111 | 10101011 | 10100000 | 1011011 | 0 | 110 | 100001 | 10110000 | 1010100 | 100100 |
Color Harmonies of #0FABA0
Complementary color
Monochromatic Colors of #0FABA0
Black with #0FABA0
Text Example
Text Example
White with #0FABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FABA0; }
p { color: rgb(15,171,160); }
H1.HeaderClassName
{
color: #0FABA0;
}
.AnyTagClassName
{
color: #0FABA0;
}
</style>
background-color css
<style>
a { background-color: #0FABA0; }
a { background-color: rgb(15,171,160); }
div.DivClassName
{
background-color: #0FABA0;
}
.BgClassName
{
background-color: #0FABA0;
}
</style>
border-color css
<style>
span { border-color: #0FABA0; }
span { border-color: rgb(15,171,160); }
td.TdClassName
{
border-color: #0FABA0;
}
.TagClassName
{
border-color: #0FABA0;
}
</style>