Shades of Fringy Flower #A9E0BD
Tints of Fringy Flower #A9E0BD
RGB
CMYK
RGB Variations
Color information
#A9E0BD (or 0xA9E0BD) is known color: Fringy Flower. HEX triplet: A9, E0 and BD. RGB value is (169,224,189). Sum of RGB (Red+Green+Blue) = 169+224+189=582 (77% of max value = 765). Red value is 169 (66.41% from 255 or 29.04% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9E0BD is #561F42. Grayscale: #CBCBCB. Windows color (decimal): -5644099 or 12443817. OLE color: 12443817.
HSL color Cylindrical-coordinate representation of color #A9E0BD: hue angle of 141.82º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9E0BD is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 224 | 189 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.12 |
| HSL | 141.82º | 0.47% | 0.77% | - |
| HSV(B) | 141.82º | 0.25% | 0.88% | - |
| XYZ | 52.2 | 65.42 | 58.02 | - |
| YUV | 203.57 | 119.78 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 224 | 189 | 0.25 | 0 | 0.16 | 0.12 | 141.82 | 0.47 | 0.77 |
| Hex | A9 | E0 | BD | 19 | 0 | 10 | C | 8E | 2F | 4D |
| Octal | 251 | 340 | 275 | 31 | 0 | 20 | 14 | 216 | 57 | 115 |
| Binary | 10101001 | 11100000 | 10111101 | 11001 | 0 | 10000 | 1100 | 10001110 | 101111 | 1001101 |
Color Harmonies of #A9E0BD
Complementary color
Monochromatic Colors of #A9E0BD
Black with #A9E0BD
Text Example
Text Example
White with #A9E0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E0BD; }
p { color: rgb(169,224,189); }
H1.HeaderClassName
{
color: #A9E0BD;
}
.AnyTagClassName
{
color: #A9E0BD;
}
</style>
background-color css
<style>
a { background-color: #A9E0BD; }
a { background-color: rgb(169,224,189); }
div.DivClassName
{
background-color: #A9E0BD;
}
.BgClassName
{
background-color: #A9E0BD;
}
</style>
border-color css
<style>
span { border-color: #A9E0BD; }
span { border-color: rgb(169,224,189); }
td.TdClassName
{
border-color: #A9E0BD;
}
.TagClassName
{
border-color: #A9E0BD;
}
</style>