Shades of Persian Green #0FAAA0
Tints of Persian Green #0FAAA0
RGB
CMYK
RGB Variations
Color information
#0FAAA0 (or 0x0FAAA0) is known color: Persian Green. HEX triplet: 0F, AA and A0. RGB value is (15,170,160). Sum of RGB (Red+Green+Blue) = 15+170+160=345 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.35% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAAA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAAA0 is #F0555F. Grayscale: #7A7A7A. Windows color (decimal): -15750496 or 10529295. OLE color: 10529295.
HSL color Cylindrical-coordinate representation of color #0FAAA0: hue angle of 176.13º 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 #0FAAA0 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 160 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.33 |
| HSL | 176.13º | 0.84% | 0.36% | - |
| HSV(B) | 176.13º | 0.91% | 0.67% | - |
| XYZ | 20.92 | 31.39 | 38.21 | - |
| YUV | 122.52 | 149.15 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 160 | 0.91 | 0 | 0.06 | 0.33 | 176.13 | 0.84 | 0.36 |
| Hex | F | AA | A0 | 5B | 0 | 6 | 21 | B0 | 54 | 24 |
| Octal | 17 | 252 | 240 | 133 | 0 | 6 | 41 | 260 | 124 | 44 |
| Binary | 1111 | 10101010 | 10100000 | 1011011 | 0 | 110 | 100001 | 10110000 | 1010100 | 100100 |
Color Harmonies of #0FAAA0
Complementary color
Monochromatic Colors of #0FAAA0
Black with #0FAAA0
Text Example
Text Example
White with #0FAAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAAA0; }
p { color: rgb(15,170,160); }
H1.HeaderClassName
{
color: #0FAAA0;
}
.AnyTagClassName
{
color: #0FAAA0;
}
</style>
background-color css
<style>
a { background-color: #0FAAA0; }
a { background-color: rgb(15,170,160); }
div.DivClassName
{
background-color: #0FAAA0;
}
.BgClassName
{
background-color: #0FAAA0;
}
</style>
border-color css
<style>
span { border-color: #0FAAA0; }
span { border-color: rgb(15,170,160); }
td.TdClassName
{
border-color: #0FAAA0;
}
.TagClassName
{
border-color: #0FAAA0;
}
</style>