Shades of Fringy Flower #A9FDBE
Tints of Fringy Flower #A9FDBE
RGB
CMYK
RGB Variations
Color information
#A9FDBE (or 0xA9FDBE) is known color: Fringy Flower. HEX triplet: A9, FD and BE. RGB value is (169,253,190). Sum of RGB (Red+Green+Blue) = 169+253+190=612 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.61% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #A9FDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FDBE is #560241. Grayscale: #DCDCDC. Windows color (decimal): -5636674 or 12516777. OLE color: 12516777.
HSL color Cylindrical-coordinate representation of color #A9FDBE: hue angle of 135º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FDBE is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 253 | 190 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.01 |
| HSL | 135º | 0.95% | 0.83% | - |
| HSV(B) | 135º | 0.33% | 0.99% | - |
| XYZ | 60.78 | 82.4 | 61.42 | - |
| YUV | 220.7 | 110.67 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 253 | 190 | 0.33 | 0 | 0.25 | 0.01 | 135 | 0.95 | 0.83 |
| Hex | A9 | FD | BE | 21 | 0 | 19 | 1 | 87 | 5F | 53 |
| Octal | 251 | 375 | 276 | 41 | 0 | 31 | 1 | 207 | 137 | 123 |
| Binary | 10101001 | 11111101 | 10111110 | 100001 | 0 | 11001 | 1 | 10000111 | 1011111 | 1010011 |
Color Harmonies of #A9FDBE
Complementary color
Monochromatic Colors of #A9FDBE
Black with #A9FDBE
Text Example
Text Example
White with #A9FDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FDBE; }
p { color: rgb(169,253,190); }
H1.HeaderClassName
{
color: #A9FDBE;
}
.AnyTagClassName
{
color: #A9FDBE;
}
</style>
background-color css
<style>
a { background-color: #A9FDBE; }
a { background-color: rgb(169,253,190); }
div.DivClassName
{
background-color: #A9FDBE;
}
.BgClassName
{
background-color: #A9FDBE;
}
</style>
border-color css
<style>
span { border-color: #A9FDBE; }
span { border-color: rgb(169,253,190); }
td.TdClassName
{
border-color: #A9FDBE;
}
.TagClassName
{
border-color: #A9FDBE;
}
</style>