Shades of Fringy Flower #AAF1BD
Tints of Fringy Flower #AAF1BD
RGB
CMYK
RGB Variations
Color information
#AAF1BD (or 0xAAF1BD) is known color: Fringy Flower. HEX triplet: AA, F1 and BD. RGB value is (170,241,189). Sum of RGB (Red+Green+Blue) = 170+241+189=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1BD is #550E42. Grayscale: #D5D5D5. Windows color (decimal): -5574211 or 12448170. OLE color: 12448170.
HSL color Cylindrical-coordinate representation of color #AAF1BD: hue angle of 136.06º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1BD is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 189 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.05 |
| HSL | 136.06º | 0.72% | 0.81% | - |
| HSV(B) | 136.06º | 0.29% | 0.95% | - |
| XYZ | 57.22 | 75.13 | 59.63 | - |
| YUV | 213.84 | 113.98 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 189 | 0.29 | 0 | 0.22 | 0.05 | 136.06 | 0.72 | 0.81 |
| Hex | AA | F1 | BD | 1D | 0 | 16 | 5 | 88 | 48 | 51 |
| Octal | 252 | 361 | 275 | 35 | 0 | 26 | 5 | 210 | 110 | 121 |
| Binary | 10101010 | 11110001 | 10111101 | 11101 | 0 | 10110 | 101 | 10001000 | 1001000 | 1010001 |
Color Harmonies of #AAF1BD
Complementary color
Monochromatic Colors of #AAF1BD
Black with #AAF1BD
Text Example
Text Example
White with #AAF1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1BD; }
p { color: rgb(170,241,189); }
H1.HeaderClassName
{
color: #AAF1BD;
}
.AnyTagClassName
{
color: #AAF1BD;
}
</style>
background-color css
<style>
a { background-color: #AAF1BD; }
a { background-color: rgb(170,241,189); }
div.DivClassName
{
background-color: #AAF1BD;
}
.BgClassName
{
background-color: #AAF1BD;
}
</style>
border-color css
<style>
span { border-color: #AAF1BD; }
span { border-color: rgb(170,241,189); }
td.TdClassName
{
border-color: #AAF1BD;
}
.TagClassName
{
border-color: #AAF1BD;
}
</style>