Shades of Fringy Flower #A8FFBD
Tints of Fringy Flower #A8FFBD
RGB
CMYK
RGB Variations
Color information
#A8FFBD (or 0xA8FFBD) is known color: Fringy Flower. HEX triplet: A8, FF and BD. RGB value is (168,255,189). Sum of RGB (Red+Green+Blue) = 168+255+189=612 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.45% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FFBD is #570042. Grayscale: #DDDDDD. Windows color (decimal): -5701699 or 12451752. OLE color: 12451752.
HSL color Cylindrical-coordinate representation of color #A8FFBD: hue angle of 134.48º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FFBD is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 189 | - |
| CMYK | 0.34 | 0 | 0.26 | 0 |
| HSL | 134.48º | 1% | 0.83% | - |
| HSV(B) | 134.48º | 0.34% | 1% | - |
| XYZ | 61.09 | 83.52 | 61.04 | - |
| YUV | 221.46 | 109.68 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 189 | 0.34 | 0 | 0.26 | 0 | 134.48 | 1 | 0.83 |
| Hex | A8 | FF | BD | 22 | 0 | 1A | 0 | 86 | 64 | 53 |
| Octal | 250 | 377 | 275 | 42 | 0 | 32 | 0 | 206 | 144 | 123 |
| Binary | 10101000 | 11111111 | 10111101 | 100010 | 0 | 11010 | 0 | 10000110 | 1100100 | 1010011 |
Color Harmonies of #A8FFBD
Complementary color
Monochromatic Colors of #A8FFBD
Black with #A8FFBD
Text Example
Text Example
White with #A8FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFBD; }
p { color: rgb(168,255,189); }
H1.HeaderClassName
{
color: #A8FFBD;
}
.AnyTagClassName
{
color: #A8FFBD;
}
</style>
background-color css
<style>
a { background-color: #A8FFBD; }
a { background-color: rgb(168,255,189); }
div.DivClassName
{
background-color: #A8FFBD;
}
.BgClassName
{
background-color: #A8FFBD;
}
</style>
border-color css
<style>
span { border-color: #A8FFBD; }
span { border-color: rgb(168,255,189); }
td.TdClassName
{
border-color: #A8FFBD;
}
.TagClassName
{
border-color: #A8FFBD;
}
</style>