Shades of Fringy Flower #AAF2BD
Tints of Fringy Flower #AAF2BD
RGB
CMYK
RGB Variations
Color information
#AAF2BD (or 0xAAF2BD) is known color: Fringy Flower. HEX triplet: AA, F2 and BD. RGB value is (170,242,189). Sum of RGB (Red+Green+Blue) = 170+242+189=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2BD is #550D42. Grayscale: #D6D6D6. Windows color (decimal): -5573955 or 12448426. OLE color: 12448426.
HSL color Cylindrical-coordinate representation of color #AAF2BD: hue angle of 135.83º 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 #AAF2BD is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 189 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.05 |
| HSL | 135.83º | 0.73% | 0.81% | - |
| HSV(B) | 135.83º | 0.3% | 0.95% | - |
| XYZ | 57.52 | 75.72 | 59.73 | - |
| YUV | 214.43 | 113.65 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 189 | 0.30 | 0 | 0.22 | 0.05 | 135.83 | 0.73 | 0.81 |
| Hex | AA | F2 | BD | 1E | 0 | 16 | 5 | 88 | 49 | 51 |
| Octal | 252 | 362 | 275 | 36 | 0 | 26 | 5 | 210 | 111 | 121 |
| Binary | 10101010 | 11110010 | 10111101 | 11110 | 0 | 10110 | 101 | 10001000 | 1001001 | 1010001 |
Color Harmonies of #AAF2BD
Complementary color
Monochromatic Colors of #AAF2BD
Black with #AAF2BD
Text Example
Text Example
White with #AAF2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2BD; }
p { color: rgb(170,242,189); }
H1.HeaderClassName
{
color: #AAF2BD;
}
.AnyTagClassName
{
color: #AAF2BD;
}
</style>
background-color css
<style>
a { background-color: #AAF2BD; }
a { background-color: rgb(170,242,189); }
div.DivClassName
{
background-color: #AAF2BD;
}
.BgClassName
{
background-color: #AAF2BD;
}
</style>
border-color css
<style>
span { border-color: #AAF2BD; }
span { border-color: rgb(170,242,189); }
td.TdClassName
{
border-color: #AAF2BD;
}
.TagClassName
{
border-color: #AAF2BD;
}
</style>