Shades of Fringy Flower #AAF2BE
Tints of Fringy Flower #AAF2BE
RGB
CMYK
RGB Variations
Color information
#AAF2BE (or 0xAAF2BE) is known color: Fringy Flower. HEX triplet: AA, F2 and BE. RGB value is (170,242,190). Sum of RGB (Red+Green+Blue) = 170+242+190=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2BE is #550D41. Grayscale: #D6D6D6. Windows color (decimal): -5573954 or 12513962. OLE color: 12513962.
HSL color Cylindrical-coordinate representation of color #AAF2BE: hue angle of 136.67º 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 #AAF2BE is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 190 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.05 |
| HSL | 136.67º | 0.73% | 0.81% | - |
| HSV(B) | 136.67º | 0.3% | 0.95% | - |
| XYZ | 57.62 | 75.77 | 60.3 | - |
| YUV | 214.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 190 | 0.30 | 0 | 0.21 | 0.05 | 136.67 | 0.73 | 0.81 |
| Hex | AA | F2 | BE | 1E | 0 | 15 | 5 | 89 | 49 | 51 |
| Octal | 252 | 362 | 276 | 36 | 0 | 25 | 5 | 211 | 111 | 121 |
| Binary | 10101010 | 11110010 | 10111110 | 11110 | 0 | 10101 | 101 | 10001001 | 1001001 | 1010001 |
Color Harmonies of #AAF2BE
Complementary color
Monochromatic Colors of #AAF2BE
Black with #AAF2BE
Text Example
Text Example
White with #AAF2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2BE; }
p { color: rgb(170,242,190); }
H1.HeaderClassName
{
color: #AAF2BE;
}
.AnyTagClassName
{
color: #AAF2BE;
}
</style>
background-color css
<style>
a { background-color: #AAF2BE; }
a { background-color: rgb(170,242,190); }
div.DivClassName
{
background-color: #AAF2BE;
}
.BgClassName
{
background-color: #AAF2BE;
}
</style>
border-color css
<style>
span { border-color: #AAF2BE; }
span { border-color: rgb(170,242,190); }
td.TdClassName
{
border-color: #AAF2BE;
}
.TagClassName
{
border-color: #AAF2BE;
}
</style>