Shades of Fringy Flower #AEE6B9
Tints of Fringy Flower #AEE6B9
RGB
CMYK
RGB Variations
Color information
#AEE6B9 (or 0xAEE6B9) is known color: Fringy Flower. HEX triplet: AE, E6 and B9. RGB value is (174,230,185). Sum of RGB (Red+Green+Blue) = 174+230+185=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE6B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE6B9 is #511946. Grayscale: #D0D0D0. Windows color (decimal): -5314887 or 12183214. OLE color: 12183214.
HSL color Cylindrical-coordinate representation of color #AEE6B9: hue angle of 131.79º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE6B9 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 230 | 185 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.10 |
| HSL | 131.79º | 0.53% | 0.79% | - |
| HSV(B) | 131.79º | 0.24% | 0.9% | - |
| XYZ | 54.51 | 69.1 | 56.36 | - |
| YUV | 208.13 | 114.95 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 230 | 185 | 0.24 | 0 | 0.20 | 0.10 | 131.79 | 0.53 | 0.79 |
| Hex | AE | E6 | B9 | 18 | 0 | 14 | A | 84 | 35 | 4F |
| Octal | 256 | 346 | 271 | 30 | 0 | 24 | 12 | 204 | 65 | 117 |
| Binary | 10101110 | 11100110 | 10111001 | 11000 | 0 | 10100 | 1010 | 10000100 | 110101 | 1001111 |
Color Harmonies of #AEE6B9
Complementary color
Monochromatic Colors of #AEE6B9
Black with #AEE6B9
Text Example
Text Example
White with #AEE6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE6B9; }
p { color: rgb(174,230,185); }
H1.HeaderClassName
{
color: #AEE6B9;
}
.AnyTagClassName
{
color: #AEE6B9;
}
</style>
background-color css
<style>
a { background-color: #AEE6B9; }
a { background-color: rgb(174,230,185); }
div.DivClassName
{
background-color: #AEE6B9;
}
.BgClassName
{
background-color: #AEE6B9;
}
</style>
border-color css
<style>
span { border-color: #AEE6B9; }
span { border-color: rgb(174,230,185); }
td.TdClassName
{
border-color: #AEE6B9;
}
.TagClassName
{
border-color: #AEE6B9;
}
</style>