Shades of Fringy Flower #A9EAC0
Tints of Fringy Flower #A9EAC0
RGB
CMYK
RGB Variations
Color information
#A9EAC0 (or 0xA9EAC0) is known color: Fringy Flower. HEX triplet: A9, EA and C0. RGB value is (169,234,192). Sum of RGB (Red+Green+Blue) = 169+234+192=595 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.40% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #A9EAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EAC0 is #56153F. Grayscale: #D1D1D1. Windows color (decimal): -5641536 or 12642985. OLE color: 12642985.
HSL color Cylindrical-coordinate representation of color #A9EAC0: hue angle of 141.23º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9EAC0 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 234 | 192 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.08 |
| HSL | 141.23º | 0.61% | 0.79% | - |
| HSV(B) | 141.23º | 0.28% | 0.92% | - |
| XYZ | 55.3 | 71.09 | 60.68 | - |
| YUV | 209.78 | 117.97 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 234 | 192 | 0.28 | 0 | 0.18 | 0.08 | 141.23 | 0.61 | 0.79 |
| Hex | A9 | EA | C0 | 1C | 0 | 12 | 8 | 8D | 3D | 4F |
| Octal | 251 | 352 | 300 | 34 | 0 | 22 | 10 | 215 | 75 | 117 |
| Binary | 10101001 | 11101010 | 11000000 | 11100 | 0 | 10010 | 1000 | 10001101 | 111101 | 1001111 |
Color Harmonies of #A9EAC0
Complementary color
Monochromatic Colors of #A9EAC0
Black with #A9EAC0
Text Example
Text Example
White with #A9EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EAC0; }
p { color: rgb(169,234,192); }
H1.HeaderClassName
{
color: #A9EAC0;
}
.AnyTagClassName
{
color: #A9EAC0;
}
</style>
background-color css
<style>
a { background-color: #A9EAC0; }
a { background-color: rgb(169,234,192); }
div.DivClassName
{
background-color: #A9EAC0;
}
.BgClassName
{
background-color: #A9EAC0;
}
</style>
border-color css
<style>
span { border-color: #A9EAC0; }
span { border-color: rgb(169,234,192); }
td.TdClassName
{
border-color: #A9EAC0;
}
.TagClassName
{
border-color: #A9EAC0;
}
</style>