Shades of Persian Green #0FA689
Tints of Persian Green #0FA689
RGB
CMYK
RGB Variations
Color information
#0FA689 (or 0x0FA689) is known color: Persian Green. HEX triplet: 0F, A6 and 89. RGB value is (15,166,137). Sum of RGB (Red+Green+Blue) = 15+166+137=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 166 (65.23% from 255 or 52.20% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA689 is #F05976. Grayscale: #757575. Windows color (decimal): -15751543 or 9020943. OLE color: 9020943.
HSL color Cylindrical-coordinate representation of color #0FA689: hue angle of 168.48º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA689 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 166 | 137 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.35 |
| HSL | 168.48º | 0.83% | 0.35% | - |
| HSV(B) | 168.48º | 0.91% | 0.65% | - |
| XYZ | 18.35 | 29.18 | 28.33 | - |
| YUV | 117.55 | 138.97 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 137 | 0.91 | 0 | 0.17 | 0.35 | 168.48 | 0.83 | 0.35 |
| Hex | F | A6 | 89 | 5B | 0 | 11 | 23 | A8 | 53 | 23 |
| Octal | 17 | 246 | 211 | 133 | 0 | 21 | 43 | 250 | 123 | 43 |
| Binary | 1111 | 10100110 | 10001001 | 1011011 | 0 | 10001 | 100011 | 10101000 | 1010011 | 100011 |
Color Harmonies of #0FA689
Complementary color
Monochromatic Colors of #0FA689
Black with #0FA689
Text Example
Text Example
White with #0FA689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA689; }
p { color: rgb(15,166,137); }
H1.HeaderClassName
{
color: #0FA689;
}
.AnyTagClassName
{
color: #0FA689;
}
</style>
background-color css
<style>
a { background-color: #0FA689; }
a { background-color: rgb(15,166,137); }
div.DivClassName
{
background-color: #0FA689;
}
.BgClassName
{
background-color: #0FA689;
}
</style>
border-color css
<style>
span { border-color: #0FA689; }
span { border-color: rgb(15,166,137); }
td.TdClassName
{
border-color: #0FA689;
}
.TagClassName
{
border-color: #0FA689;
}
</style>