Shades of Persian Green #0FA98F
Tints of Persian Green #0FA98F
RGB
CMYK
RGB Variations
Color information
#0FA98F (or 0x0FA98F) is known color: Persian Green. HEX triplet: 0F, A9 and 8F. RGB value is (15,169,143). Sum of RGB (Red+Green+Blue) = 15+169+143=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 169 (66.41% from 255 or 51.68% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA98F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA98F is #F05670. Grayscale: #777777. Windows color (decimal): -15750769 or 9414927. OLE color: 9414927.
HSL color Cylindrical-coordinate representation of color #0FA98F: hue angle of 169.87º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA98F is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 169 | 143 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.34 |
| HSL | 169.87º | 0.84% | 0.36% | - |
| HSV(B) | 169.87º | 0.91% | 0.66% | - |
| XYZ | 19.34 | 30.46 | 30.85 | - |
| YUV | 119.99 | 140.98 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 169 | 143 | 0.91 | 0 | 0.15 | 0.34 | 169.87 | 0.84 | 0.36 |
| Hex | F | A9 | 8F | 5B | 0 | F | 22 | AA | 54 | 24 |
| Octal | 17 | 251 | 217 | 133 | 0 | 17 | 42 | 252 | 124 | 44 |
| Binary | 1111 | 10101001 | 10001111 | 1011011 | 0 | 1111 | 100010 | 10101010 | 1010100 | 100100 |
Color Harmonies of #0FA98F
Complementary color
Monochromatic Colors of #0FA98F
Black with #0FA98F
Text Example
Text Example
White with #0FA98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA98F; }
p { color: rgb(15,169,143); }
H1.HeaderClassName
{
color: #0FA98F;
}
.AnyTagClassName
{
color: #0FA98F;
}
</style>
background-color css
<style>
a { background-color: #0FA98F; }
a { background-color: rgb(15,169,143); }
div.DivClassName
{
background-color: #0FA98F;
}
.BgClassName
{
background-color: #0FA98F;
}
</style>
border-color css
<style>
span { border-color: #0FA98F; }
span { border-color: rgb(15,169,143); }
td.TdClassName
{
border-color: #0FA98F;
}
.TagClassName
{
border-color: #0FA98F;
}
</style>