Shades of Fringy Flower #AEF4C1
Tints of Fringy Flower #AEF4C1
RGB
CMYK
RGB Variations
Color information
#AEF4C1 (or 0xAEF4C1) is known color: Fringy Flower. HEX triplet: AE, F4 and C1. RGB value is (174,244,193). Sum of RGB (Red+Green+Blue) = 174+244+193=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 244 (95.70% from 255 or 39.93% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 244 - color contains mainly: green. Hex color #AEF4C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF4C1 is #510B3E. Grayscale: #D9D9D9. Windows color (decimal): -5311295 or 12711086. OLE color: 12711086.
HSL color Cylindrical-coordinate representation of color #AEF4C1: hue angle of 136.29º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF4C1 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 244 | 193 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.04 |
| HSL | 136.29º | 0.76% | 0.82% | - |
| HSV(B) | 136.29º | 0.29% | 0.96% | - |
| XYZ | 59.43 | 77.55 | 62.29 | - |
| YUV | 217.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 244 | 193 | 0.29 | 0 | 0.21 | 0.04 | 136.29 | 0.76 | 0.82 |
| Hex | AE | F4 | C1 | 1D | 0 | 15 | 4 | 88 | 4C | 52 |
| Octal | 256 | 364 | 301 | 35 | 0 | 25 | 4 | 210 | 114 | 122 |
| Binary | 10101110 | 11110100 | 11000001 | 11101 | 0 | 10101 | 100 | 10001000 | 1001100 | 1010010 |
Color Harmonies of #AEF4C1
Complementary color
Monochromatic Colors of #AEF4C1
Black with #AEF4C1
Text Example
Text Example
White with #AEF4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF4C1; }
p { color: rgb(174,244,193); }
H1.HeaderClassName
{
color: #AEF4C1;
}
.AnyTagClassName
{
color: #AEF4C1;
}
</style>
background-color css
<style>
a { background-color: #AEF4C1; }
a { background-color: rgb(174,244,193); }
div.DivClassName
{
background-color: #AEF4C1;
}
.BgClassName
{
background-color: #AEF4C1;
}
</style>
border-color css
<style>
span { border-color: #AEF4C1; }
span { border-color: rgb(174,244,193); }
td.TdClassName
{
border-color: #AEF4C1;
}
.TagClassName
{
border-color: #AEF4C1;
}
</style>