Shades of Fringy Flower #AEFFBF
Tints of Fringy Flower #AEFFBF
RGB
CMYK
RGB Variations
Color information
#AEFFBF (or 0xAEFFBF) is known color: Fringy Flower. HEX triplet: AE, FF and BF. RGB value is (174,255,191). Sum of RGB (Red+Green+Blue) = 174+255+191=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFBF is #510040. Grayscale: #DFDFDF. Windows color (decimal): -5308481 or 12582830. OLE color: 12582830.
HSL color Cylindrical-coordinate representation of color #AEFFBF: hue angle of 132.59º 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 #AEFFBF is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 191 | - |
| CMYK | 0.32 | 0 | 0.25 | 0 |
| HSL | 132.59º | 1% | 0.84% | - |
| HSV(B) | 132.59º | 0.32% | 1% | - |
| XYZ | 62.62 | 84.28 | 62.26 | - |
| YUV | 223.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 191 | 0.32 | 0 | 0.25 | 0 | 132.59 | 1 | 0.84 |
| Hex | AE | FF | BF | 20 | 0 | 19 | 0 | 85 | 64 | 54 |
| Octal | 256 | 377 | 277 | 40 | 0 | 31 | 0 | 205 | 144 | 124 |
| Binary | 10101110 | 11111111 | 10111111 | 100000 | 0 | 11001 | 0 | 10000101 | 1100100 | 1010100 |
Color Harmonies of #AEFFBF
Complementary color
Monochromatic Colors of #AEFFBF
Black with #AEFFBF
Text Example
Text Example
White with #AEFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFBF; }
p { color: rgb(174,255,191); }
H1.HeaderClassName
{
color: #AEFFBF;
}
.AnyTagClassName
{
color: #AEFFBF;
}
</style>
background-color css
<style>
a { background-color: #AEFFBF; }
a { background-color: rgb(174,255,191); }
div.DivClassName
{
background-color: #AEFFBF;
}
.BgClassName
{
background-color: #AEFFBF;
}
</style>
border-color css
<style>
span { border-color: #AEFFBF; }
span { border-color: rgb(174,255,191); }
td.TdClassName
{
border-color: #AEFFBF;
}
.TagClassName
{
border-color: #AEFFBF;
}
</style>