Shades of Fringy Flower #AAFEBD
Tints of Fringy Flower #AAFEBD
RGB
CMYK
RGB Variations
Color information
#AAFEBD (or 0xAAFEBD) is known color: Fringy Flower. HEX triplet: AA, FE and BD. RGB value is (170,254,189). Sum of RGB (Red+Green+Blue) = 170+254+189=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFEBD is #550142. Grayscale: #DDDDDD. Windows color (decimal): -5570883 or 12451498. OLE color: 12451498.
HSL color Cylindrical-coordinate representation of color #AAFEBD: hue angle of 133.57º 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 #AAFEBD is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 189 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.00 |
| HSL | 133.57º | 0.98% | 0.83% | - |
| HSV(B) | 133.57º | 0.33% | 1% | - |
| XYZ | 61.2 | 83.1 | 60.96 | - |
| YUV | 221.47 | 109.67 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 189 | 0.33 | 0 | 0.26 | 0.00 | 133.57 | 0.98 | 0.83 |
| Hex | AA | FE | BD | 21 | 0 | 1A | 0 | 86 | 62 | 53 |
| Octal | 252 | 376 | 275 | 41 | 0 | 32 | 0 | 206 | 142 | 123 |
| Binary | 10101010 | 11111110 | 10111101 | 100001 | 0 | 11010 | 0 | 10000110 | 1100010 | 1010011 |
Color Harmonies of #AAFEBD
Complementary color
Monochromatic Colors of #AAFEBD
Black with #AAFEBD
Text Example
Text Example
White with #AAFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFEBD; }
p { color: rgb(170,254,189); }
H1.HeaderClassName
{
color: #AAFEBD;
}
.AnyTagClassName
{
color: #AAFEBD;
}
</style>
background-color css
<style>
a { background-color: #AAFEBD; }
a { background-color: rgb(170,254,189); }
div.DivClassName
{
background-color: #AAFEBD;
}
.BgClassName
{
background-color: #AAFEBD;
}
</style>
border-color css
<style>
span { border-color: #AAFEBD; }
span { border-color: rgb(170,254,189); }
td.TdClassName
{
border-color: #AAFEBD;
}
.TagClassName
{
border-color: #AAFEBD;
}
</style>