Shades of Fringy Flower #A9EEC0
Tints of Fringy Flower #A9EEC0
RGB
CMYK
RGB Variations
Color information
#A9EEC0 (or 0xA9EEC0) is known color: Fringy Flower. HEX triplet: A9, EE and C0. RGB value is (169,238,192). Sum of RGB (Red+Green+Blue) = 169+238+192=599 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.21% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 238 - color contains mainly: green. Hex color #A9EEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EEC0 is #56113F. Grayscale: #D4D4D4. Windows color (decimal): -5640512 or 12644009. OLE color: 12644009.
HSL color Cylindrical-coordinate representation of color #A9EEC0: hue angle of 140º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9EEC0 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 238 | 192 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.07 |
| HSL | 140º | 0.67% | 0.8% | - |
| HSV(B) | 140º | 0.29% | 0.93% | - |
| XYZ | 56.45 | 73.39 | 61.06 | - |
| YUV | 212.13 | 116.64 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 238 | 192 | 0.29 | 0 | 0.19 | 0.07 | 140 | 0.67 | 0.8 |
| Hex | A9 | EE | C0 | 1D | 0 | 13 | 7 | 8C | 43 | 50 |
| Octal | 251 | 356 | 300 | 35 | 0 | 23 | 7 | 214 | 103 | 120 |
| Binary | 10101001 | 11101110 | 11000000 | 11101 | 0 | 10011 | 111 | 10001100 | 1000011 | 1010000 |
Color Harmonies of #A9EEC0
Complementary color
Monochromatic Colors of #A9EEC0
Black with #A9EEC0
Text Example
Text Example
White with #A9EEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EEC0; }
p { color: rgb(169,238,192); }
H1.HeaderClassName
{
color: #A9EEC0;
}
.AnyTagClassName
{
color: #A9EEC0;
}
</style>
background-color css
<style>
a { background-color: #A9EEC0; }
a { background-color: rgb(169,238,192); }
div.DivClassName
{
background-color: #A9EEC0;
}
.BgClassName
{
background-color: #A9EEC0;
}
</style>
border-color css
<style>
span { border-color: #A9EEC0; }
span { border-color: rgb(169,238,192); }
td.TdClassName
{
border-color: #A9EEC0;
}
.TagClassName
{
border-color: #A9EEC0;
}
</style>