Shades of Persian Green #0FA69F
Tints of Persian Green #0FA69F
RGB
CMYK
RGB Variations
Color information
#0FA69F (or 0x0FA69F) is known color: Persian Green. HEX triplet: 0F, A6 and 9F. RGB value is (15,166,159). Sum of RGB (Red+Green+Blue) = 15+166+159=340 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.41% from 340); Green value is 166 (65.23% from 255 or 48.82% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA69F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA69F is #F05960. Grayscale: #777777. Windows color (decimal): -15751521 or 10462735. OLE color: 10462735.
HSL color Cylindrical-coordinate representation of color #0FA69F: hue angle of 177.22º 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 #0FA69F is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 166 | 159 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.35 |
| HSL | 177.22º | 0.83% | 0.35% | - |
| HSV(B) | 177.22º | 0.91% | 0.65% | - |
| XYZ | 20.09 | 29.88 | 37.51 | - |
| YUV | 120.05 | 149.97 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 159 | 0.91 | 0 | 0.04 | 0.35 | 177.22 | 0.83 | 0.35 |
| Hex | F | A6 | 9F | 5B | 0 | 4 | 23 | B1 | 53 | 23 |
| Octal | 17 | 246 | 237 | 133 | 0 | 4 | 43 | 261 | 123 | 43 |
| Binary | 1111 | 10100110 | 10011111 | 1011011 | 0 | 100 | 100011 | 10110001 | 1010011 | 100011 |
Color Harmonies of #0FA69F
Complementary color
Monochromatic Colors of #0FA69F
Black with #0FA69F
Text Example
Text Example
White with #0FA69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA69F; }
p { color: rgb(15,166,159); }
H1.HeaderClassName
{
color: #0FA69F;
}
.AnyTagClassName
{
color: #0FA69F;
}
</style>
background-color css
<style>
a { background-color: #0FA69F; }
a { background-color: rgb(15,166,159); }
div.DivClassName
{
background-color: #0FA69F;
}
.BgClassName
{
background-color: #0FA69F;
}
</style>
border-color css
<style>
span { border-color: #0FA69F; }
span { border-color: rgb(15,166,159); }
td.TdClassName
{
border-color: #0FA69F;
}
.TagClassName
{
border-color: #0FA69F;
}
</style>