Shades of Fringy Flower #AAF2B9
Tints of Fringy Flower #AAF2B9
RGB
CMYK
RGB Variations
Color information
#AAF2B9 (or 0xAAF2B9) is known color: Fringy Flower. HEX triplet: AA, F2 and B9. RGB value is (170,242,185). Sum of RGB (Red+Green+Blue) = 170+242+185=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2B9 is #550D46. Grayscale: #D6D6D6. Windows color (decimal): -5573959 or 12186282. OLE color: 12186282.
HSL color Cylindrical-coordinate representation of color #AAF2B9: hue angle of 132.5º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2B9 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 185 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.05 |
| HSL | 132.5º | 0.73% | 0.81% | - |
| HSV(B) | 132.5º | 0.3% | 0.95% | - |
| XYZ | 57.09 | 75.55 | 57.47 | - |
| YUV | 213.97 | 111.65 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 185 | 0.30 | 0 | 0.24 | 0.05 | 132.5 | 0.73 | 0.81 |
| Hex | AA | F2 | B9 | 1E | 0 | 18 | 5 | 84 | 49 | 51 |
| Octal | 252 | 362 | 271 | 36 | 0 | 30 | 5 | 204 | 111 | 121 |
| Binary | 10101010 | 11110010 | 10111001 | 11110 | 0 | 11000 | 101 | 10000100 | 1001001 | 1010001 |
Color Harmonies of #AAF2B9
Complementary color
Monochromatic Colors of #AAF2B9
Black with #AAF2B9
Text Example
Text Example
White with #AAF2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2B9; }
p { color: rgb(170,242,185); }
H1.HeaderClassName
{
color: #AAF2B9;
}
.AnyTagClassName
{
color: #AAF2B9;
}
</style>
background-color css
<style>
a { background-color: #AAF2B9; }
a { background-color: rgb(170,242,185); }
div.DivClassName
{
background-color: #AAF2B9;
}
.BgClassName
{
background-color: #AAF2B9;
}
</style>
border-color css
<style>
span { border-color: #AAF2B9; }
span { border-color: rgb(170,242,185); }
td.TdClassName
{
border-color: #AAF2B9;
}
.TagClassName
{
border-color: #AAF2B9;
}
</style>