Shades of Fringy Flower #A8E9B5
Tints of Fringy Flower #A8E9B5
RGB
CMYK
RGB Variations
Color information
#A8E9B5 (or 0xA8E9B5) is known color: Fringy Flower. HEX triplet: A8, E9 and B5. RGB value is (168,233,181). Sum of RGB (Red+Green+Blue) = 168+233+181=582 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.87% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 181 (71.09% from 255 or 31.10% from 582); Max value from RGB is 233 - color contains mainly: green. Hex color #A8E9B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8E9B5 is #57164A. Grayscale: #CFCFCF. Windows color (decimal): -5707339 or 11921832. OLE color: 11921832.
HSL color Cylindrical-coordinate representation of color #A8E9B5: hue angle of 132º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8E9B5 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 233 | 181 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.09 |
| HSL | 132º | 0.6% | 0.79% | - |
| HSV(B) | 132º | 0.28% | 0.91% | - |
| XYZ | 53.63 | 69.94 | 54.39 | - |
| YUV | 207.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 233 | 181 | 0.28 | 0 | 0.22 | 0.09 | 132 | 0.6 | 0.79 |
| Hex | A8 | E9 | B5 | 1C | 0 | 16 | 9 | 84 | 3C | 4F |
| Octal | 250 | 351 | 265 | 34 | 0 | 26 | 11 | 204 | 74 | 117 |
| Binary | 10101000 | 11101001 | 10110101 | 11100 | 0 | 10110 | 1001 | 10000100 | 111100 | 1001111 |
Color Harmonies of #A8E9B5
Complementary color
Monochromatic Colors of #A8E9B5
Black with #A8E9B5
Text Example
Text Example
White with #A8E9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E9B5; }
p { color: rgb(168,233,181); }
H1.HeaderClassName
{
color: #A8E9B5;
}
.AnyTagClassName
{
color: #A8E9B5;
}
</style>
background-color css
<style>
a { background-color: #A8E9B5; }
a { background-color: rgb(168,233,181); }
div.DivClassName
{
background-color: #A8E9B5;
}
.BgClassName
{
background-color: #A8E9B5;
}
</style>
border-color css
<style>
span { border-color: #A8E9B5; }
span { border-color: rgb(168,233,181); }
td.TdClassName
{
border-color: #A8E9B5;
}
.TagClassName
{
border-color: #A8E9B5;
}
</style>