Shades of Persian Green #0FAA93
Tints of Persian Green #0FAA93
RGB
CMYK
RGB Variations
Color information
#0FAA93 (or 0x0FAA93) is known color: Persian Green. HEX triplet: 0F, AA and 93. RGB value is (15,170,147). Sum of RGB (Red+Green+Blue) = 15+170+147=332 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.52% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAA93 is #F0556C. Grayscale: #787878. Windows color (decimal): -15750509 or 9677327. OLE color: 9677327.
HSL color Cylindrical-coordinate representation of color #0FAA93: hue angle of 171.1º 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 #0FAA93 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 147 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.33 |
| HSL | 171.1º | 0.84% | 0.36% | - |
| HSV(B) | 171.1º | 0.91% | 0.67% | - |
| XYZ | 19.84 | 30.96 | 32.53 | - |
| YUV | 121.03 | 142.65 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 147 | 0.91 | 0 | 0.14 | 0.33 | 171.1 | 0.84 | 0.36 |
| Hex | F | AA | 93 | 5B | 0 | E | 21 | AB | 54 | 24 |
| Octal | 17 | 252 | 223 | 133 | 0 | 16 | 41 | 253 | 124 | 44 |
| Binary | 1111 | 10101010 | 10010011 | 1011011 | 0 | 1110 | 100001 | 10101011 | 1010100 | 100100 |
Color Harmonies of #0FAA93
Complementary color
Monochromatic Colors of #0FAA93
Black with #0FAA93
Text Example
Text Example
White with #0FAA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAA93; }
p { color: rgb(15,170,147); }
H1.HeaderClassName
{
color: #0FAA93;
}
.AnyTagClassName
{
color: #0FAA93;
}
</style>
background-color css
<style>
a { background-color: #0FAA93; }
a { background-color: rgb(15,170,147); }
div.DivClassName
{
background-color: #0FAA93;
}
.BgClassName
{
background-color: #0FAA93;
}
</style>
border-color css
<style>
span { border-color: #0FAA93; }
span { border-color: rgb(15,170,147); }
td.TdClassName
{
border-color: #0FAA93;
}
.TagClassName
{
border-color: #0FAA93;
}
</style>