Shades of Fringy Flower #AEFFBD
Tints of Fringy Flower #AEFFBD
RGB
CMYK
RGB Variations
Color information
#AEFFBD (or 0xAEFFBD) is known color: Fringy Flower. HEX triplet: AE, FF and BD. RGB value is (174,255,189). Sum of RGB (Red+Green+Blue) = 174+255+189=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFBD is #510042. Grayscale: #DFDFDF. Windows color (decimal): -5308483 or 12451758. OLE color: 12451758.
HSL color Cylindrical-coordinate representation of color #AEFFBD: hue angle of 131.11º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFBD is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 189 | - |
| CMYK | 0.32 | 0 | 0.26 | 0 |
| HSL | 131.11º | 1% | 0.84% | - |
| HSV(B) | 131.11º | 0.32% | 1% | - |
| XYZ | 62.4 | 84.19 | 61.11 | - |
| YUV | 223.26 | 108.66 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 189 | 0.32 | 0 | 0.26 | 0 | 131.11 | 1 | 0.84 |
| Hex | AE | FF | BD | 20 | 0 | 1A | 0 | 83 | 64 | 54 |
| Octal | 256 | 377 | 275 | 40 | 0 | 32 | 0 | 203 | 144 | 124 |
| Binary | 10101110 | 11111111 | 10111101 | 100000 | 0 | 11010 | 0 | 10000011 | 1100100 | 1010100 |
Color Harmonies of #AEFFBD
Complementary color
Monochromatic Colors of #AEFFBD
Black with #AEFFBD
Text Example
Text Example
White with #AEFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFBD; }
p { color: rgb(174,255,189); }
H1.HeaderClassName
{
color: #AEFFBD;
}
.AnyTagClassName
{
color: #AEFFBD;
}
</style>
background-color css
<style>
a { background-color: #AEFFBD; }
a { background-color: rgb(174,255,189); }
div.DivClassName
{
background-color: #AEFFBD;
}
.BgClassName
{
background-color: #AEFFBD;
}
</style>
border-color css
<style>
span { border-color: #AEFFBD; }
span { border-color: rgb(174,255,189); }
td.TdClassName
{
border-color: #AEFFBD;
}
.TagClassName
{
border-color: #AEFFBD;
}
</style>