Shades of Fringy Flower #A9E5C0
Tints of Fringy Flower #A9E5C0
RGB
CMYK
RGB Variations
Color information
#A9E5C0 (or 0xA9E5C0) is known color: Fringy Flower. HEX triplet: A9, E5 and C0. RGB value is (169,229,192). Sum of RGB (Red+Green+Blue) = 169+229+192=590 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.64% from 590); Green value is 229 (89.84% from 255 or 38.81% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 229 - color contains mainly: green. Hex color #A9E5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9E5C0 is #561A3F. Grayscale: #CECECE. Windows color (decimal): -5642816 or 12641705. OLE color: 12641705.
HSL color Cylindrical-coordinate representation of color #A9E5C0: hue angle of 143º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9E5C0 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 229 | 192 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.10 |
| HSL | 143º | 0.54% | 0.78% | - |
| HSV(B) | 143º | 0.26% | 0.9% | - |
| XYZ | 53.9 | 68.28 | 60.21 | - |
| YUV | 206.84 | 119.62 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 229 | 192 | 0.26 | 0 | 0.16 | 0.10 | 143 | 0.54 | 0.78 |
| Hex | A9 | E5 | C0 | 1A | 0 | 10 | A | 8F | 36 | 4E |
| Octal | 251 | 345 | 300 | 32 | 0 | 20 | 12 | 217 | 66 | 116 |
| Binary | 10101001 | 11100101 | 11000000 | 11010 | 0 | 10000 | 1010 | 10001111 | 110110 | 1001110 |
Color Harmonies of #A9E5C0
Complementary color
Monochromatic Colors of #A9E5C0
Black with #A9E5C0
Text Example
Text Example
White with #A9E5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E5C0; }
p { color: rgb(169,229,192); }
H1.HeaderClassName
{
color: #A9E5C0;
}
.AnyTagClassName
{
color: #A9E5C0;
}
</style>
background-color css
<style>
a { background-color: #A9E5C0; }
a { background-color: rgb(169,229,192); }
div.DivClassName
{
background-color: #A9E5C0;
}
.BgClassName
{
background-color: #A9E5C0;
}
</style>
border-color css
<style>
span { border-color: #A9E5C0; }
span { border-color: rgb(169,229,192); }
td.TdClassName
{
border-color: #A9E5C0;
}
.TagClassName
{
border-color: #A9E5C0;
}
</style>