Shades of Persian Green #0FAF99
Tints of Persian Green #0FAF99
RGB
CMYK
RGB Variations
Color information
#0FAF99 (or 0x0FAF99) is known color: Persian Green. HEX triplet: 0F, AF and 99. RGB value is (15,175,153). Sum of RGB (Red+Green+Blue) = 15+175+153=343 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.37% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAF99 is #F05066. Grayscale: #7C7C7C. Windows color (decimal): -15749223 or 10071823. OLE color: 10071823.
HSL color Cylindrical-coordinate representation of color #0FAF99: hue angle of 171.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAF99 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 153 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.31 |
| HSL | 171.75º | 0.84% | 0.37% | - |
| HSV(B) | 171.75º | 0.91% | 0.69% | - |
| XYZ | 21.28 | 33.06 | 35.4 | - |
| YUV | 124.65 | 143.99 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 153 | 0.91 | 0 | 0.13 | 0.31 | 171.75 | 0.84 | 0.37 |
| Hex | F | AF | 99 | 5B | 0 | D | 1F | AC | 54 | 25 |
| Octal | 17 | 257 | 231 | 133 | 0 | 15 | 37 | 254 | 124 | 45 |
| Binary | 1111 | 10101111 | 10011001 | 1011011 | 0 | 1101 | 11111 | 10101100 | 1010100 | 100101 |
Color Harmonies of #0FAF99
Complementary color
Monochromatic Colors of #0FAF99
Black with #0FAF99
Text Example
Text Example
White with #0FAF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF99; }
p { color: rgb(15,175,153); }
H1.HeaderClassName
{
color: #0FAF99;
}
.AnyTagClassName
{
color: #0FAF99;
}
</style>
background-color css
<style>
a { background-color: #0FAF99; }
a { background-color: rgb(15,175,153); }
div.DivClassName
{
background-color: #0FAF99;
}
.BgClassName
{
background-color: #0FAF99;
}
</style>
border-color css
<style>
span { border-color: #0FAF99; }
span { border-color: rgb(15,175,153); }
td.TdClassName
{
border-color: #0FAF99;
}
.TagClassName
{
border-color: #0FAF99;
}
</style>