Shades of Fringy Flower #AAF2C1
Tints of Fringy Flower #AAF2C1
RGB
CMYK
RGB Variations
Color information
#AAF2C1 (or 0xAAF2C1) is known color: Fringy Flower. HEX triplet: AA, F2 and C1. RGB value is (170,242,193). Sum of RGB (Red+Green+Blue) = 170+242+193=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2C1 is #550D3E. Grayscale: #D7D7D7. Windows color (decimal): -5573951 or 12710570. OLE color: 12710570.
HSL color Cylindrical-coordinate representation of color #AAF2C1: hue angle of 139.17º 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 #AAF2C1 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 193 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.05 |
| HSL | 139.17º | 0.73% | 0.81% | - |
| HSV(B) | 139.17º | 0.3% | 0.95% | - |
| XYZ | 57.96 | 75.9 | 62.05 | - |
| YUV | 214.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 193 | 0.30 | 0 | 0.20 | 0.05 | 139.17 | 0.73 | 0.81 |
| Hex | AA | F2 | C1 | 1E | 0 | 14 | 5 | 8B | 49 | 51 |
| Octal | 252 | 362 | 301 | 36 | 0 | 24 | 5 | 213 | 111 | 121 |
| Binary | 10101010 | 11110010 | 11000001 | 11110 | 0 | 10100 | 101 | 10001011 | 1001001 | 1010001 |
Color Harmonies of #AAF2C1
Complementary color
Monochromatic Colors of #AAF2C1
Black with #AAF2C1
Text Example
Text Example
White with #AAF2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2C1; }
p { color: rgb(170,242,193); }
H1.HeaderClassName
{
color: #AAF2C1;
}
.AnyTagClassName
{
color: #AAF2C1;
}
</style>
background-color css
<style>
a { background-color: #AAF2C1; }
a { background-color: rgb(170,242,193); }
div.DivClassName
{
background-color: #AAF2C1;
}
.BgClassName
{
background-color: #AAF2C1;
}
</style>
border-color css
<style>
span { border-color: #AAF2C1; }
span { border-color: rgb(170,242,193); }
td.TdClassName
{
border-color: #AAF2C1;
}
.TagClassName
{
border-color: #AAF2C1;
}
</style>