Shades of Fringy Flower #AEFDBD
Tints of Fringy Flower #AEFDBD
RGB
CMYK
RGB Variations
Color information
#AEFDBD (or 0xAEFDBD) is known color: Fringy Flower. HEX triplet: AE, FD and BD. RGB value is (174,253,189). Sum of RGB (Red+Green+Blue) = 174+253+189=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFDBD is #510242. Grayscale: #DEDEDE. Windows color (decimal): -5308995 or 12451246. OLE color: 12451246.
HSL color Cylindrical-coordinate representation of color #AEFDBD: hue angle of 131.39º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFDBD is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 174 | 253 | 189 | - |
CMYK | 0.31 | 0 | 0.25 | 0.01 |
HSL | 131.39º | 0.95% | 0.84% | - |
HSV(B) | 131.39º | 0.31% | 0.99% | - |
XYZ | 61.77 | 82.92 | 60.89 | - |
YUV | 222.08 | 109.33 | 93.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 253 | 189 | 0.31 | 0 | 0.25 | 0.01 | 131.39 | 0.95 | 0.84 |
Hex | AE | FD | BD | 1F | 0 | 19 | 1 | 83 | 5F | 54 |
Octal | 256 | 375 | 275 | 37 | 0 | 31 | 1 | 203 | 137 | 124 |
Binary | 10101110 | 11111101 | 10111101 | 11111 | 0 | 11001 | 1 | 10000011 | 1011111 | 1010100 |
Color Harmonies of #AEFDBD
Complementary color
Monochromatic Colors of #AEFDBD
Black with #AEFDBD
Text Example
Text Example
White with #AEFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFDBD; }
p { color: rgb(174,253,189); }
H1.HeaderClassName
{
color: #AEFDBD;
}
.AnyTagClassName
{
color: #AEFDBD;
}
</style>
background-color css
<style>
a { background-color: #AEFDBD; }
a { background-color: rgb(174,253,189); }
div.DivClassName
{
background-color: #AEFDBD;
}
.BgClassName
{
background-color: #AEFDBD;
}
</style>
border-color css
<style>
span { border-color: #AEFDBD; }
span { border-color: rgb(174,253,189); }
td.TdClassName
{
border-color: #AEFDBD;
}
.TagClassName
{
border-color: #AEFDBD;
}
</style>