Shades of Fringy Flower #A8FDB9
Tints of Fringy Flower #A8FDB9
RGB
CMYK
RGB Variations
Color information
#A8FDB9 (or 0xA8FDB9) is known color: Fringy Flower. HEX triplet: A8, FD and B9. RGB value is (168,253,185). Sum of RGB (Red+Green+Blue) = 168+253+185=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FDB9 is #570246. Grayscale: #DCDCDC. Windows color (decimal): -5702215 or 12189096. OLE color: 12189096.
HSL color Cylindrical-coordinate representation of color #A8FDB9: hue angle of 132º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FDB9 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 253 | 185 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.01 |
| HSL | 132º | 0.96% | 0.83% | - |
| HSV(B) | 132º | 0.34% | 0.99% | - |
| XYZ | 60.03 | 82.08 | 58.58 | - |
| YUV | 219.83 | 108.34 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 253 | 185 | 0.34 | 0 | 0.27 | 0.01 | 132 | 0.96 | 0.83 |
| Hex | A8 | FD | B9 | 22 | 0 | 1B | 1 | 84 | 60 | 53 |
| Octal | 250 | 375 | 271 | 42 | 0 | 33 | 1 | 204 | 140 | 123 |
| Binary | 10101000 | 11111101 | 10111001 | 100010 | 0 | 11011 | 1 | 10000100 | 1100000 | 1010011 |
Color Harmonies of #A8FDB9
Complementary color
Monochromatic Colors of #A8FDB9
Black with #A8FDB9
Text Example
Text Example
White with #A8FDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FDB9; }
p { color: rgb(168,253,185); }
H1.HeaderClassName
{
color: #A8FDB9;
}
.AnyTagClassName
{
color: #A8FDB9;
}
</style>
background-color css
<style>
a { background-color: #A8FDB9; }
a { background-color: rgb(168,253,185); }
div.DivClassName
{
background-color: #A8FDB9;
}
.BgClassName
{
background-color: #A8FDB9;
}
</style>
border-color css
<style>
span { border-color: #A8FDB9; }
span { border-color: rgb(168,253,185); }
td.TdClassName
{
border-color: #A8FDB9;
}
.TagClassName
{
border-color: #A8FDB9;
}
</style>