Shades of Fringy Flower #AAFEC0
Tints of Fringy Flower #AAFEC0
RGB
CMYK
RGB Variations
Color information
#AAFEC0 (or 0xAAFEC0) is known color: Fringy Flower. HEX triplet: AA, FE and C0. RGB value is (170,254,192). Sum of RGB (Red+Green+Blue) = 170+254+192=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFEC0 is #55013F. Grayscale: #DDDDDD. Windows color (decimal): -5570880 or 12648106. OLE color: 12648106.
HSL color Cylindrical-coordinate representation of color #AAFEC0: hue angle of 135.71º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFEC0 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 192 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.00 |
| HSL | 135.71º | 0.98% | 0.83% | - |
| HSV(B) | 135.71º | 0.33% | 1% | - |
| XYZ | 61.53 | 83.24 | 62.69 | - |
| YUV | 221.82 | 111.17 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 192 | 0.33 | 0 | 0.24 | 0.00 | 135.71 | 0.98 | 0.83 |
| Hex | AA | FE | C0 | 21 | 0 | 18 | 0 | 88 | 62 | 53 |
| Octal | 252 | 376 | 300 | 41 | 0 | 30 | 0 | 210 | 142 | 123 |
| Binary | 10101010 | 11111110 | 11000000 | 100001 | 0 | 11000 | 0 | 10001000 | 1100010 | 1010011 |
Color Harmonies of #AAFEC0
Complementary color
Monochromatic Colors of #AAFEC0
Black with #AAFEC0
Text Example
Text Example
White with #AAFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFEC0; }
p { color: rgb(170,254,192); }
H1.HeaderClassName
{
color: #AAFEC0;
}
.AnyTagClassName
{
color: #AAFEC0;
}
</style>
background-color css
<style>
a { background-color: #AAFEC0; }
a { background-color: rgb(170,254,192); }
div.DivClassName
{
background-color: #AAFEC0;
}
.BgClassName
{
background-color: #AAFEC0;
}
</style>
border-color css
<style>
span { border-color: #AAFEC0; }
span { border-color: rgb(170,254,192); }
td.TdClassName
{
border-color: #AAFEC0;
}
.TagClassName
{
border-color: #AAFEC0;
}
</style>