Shades of Fringy Flower #A8E7BE
Tints of Fringy Flower #A8E7BE
RGB
CMYK
RGB Variations
Color information
#A8E7BE (or 0xA8E7BE) is known color: Fringy Flower. HEX triplet: A8, E7 and BE. RGB value is (168,231,190). Sum of RGB (Red+Green+Blue) = 168+231+190=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 231 (90.62% from 255 or 39.22% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E7BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8E7BE is #571841. Grayscale: #CFCFCF. Windows color (decimal): -5707842 or 12511144. OLE color: 12511144.
HSL color Cylindrical-coordinate representation of color #A8E7BE: hue angle of 140.95º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8E7BE is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 231 | 190 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.09 |
| HSL | 140.95º | 0.57% | 0.78% | - |
| HSV(B) | 140.95º | 0.27% | 0.91% | - |
| XYZ | 54.02 | 69.19 | 59.22 | - |
| YUV | 207.49 | 118.13 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 231 | 190 | 0.27 | 0 | 0.18 | 0.09 | 140.95 | 0.57 | 0.78 |
| Hex | A8 | E7 | BE | 1B | 0 | 12 | 9 | 8D | 39 | 4E |
| Octal | 250 | 347 | 276 | 33 | 0 | 22 | 11 | 215 | 71 | 116 |
| Binary | 10101000 | 11100111 | 10111110 | 11011 | 0 | 10010 | 1001 | 10001101 | 111001 | 1001110 |
Color Harmonies of #A8E7BE
Complementary color
Monochromatic Colors of #A8E7BE
Black with #A8E7BE
Text Example
Text Example
White with #A8E7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E7BE; }
p { color: rgb(168,231,190); }
H1.HeaderClassName
{
color: #A8E7BE;
}
.AnyTagClassName
{
color: #A8E7BE;
}
</style>
background-color css
<style>
a { background-color: #A8E7BE; }
a { background-color: rgb(168,231,190); }
div.DivClassName
{
background-color: #A8E7BE;
}
.BgClassName
{
background-color: #A8E7BE;
}
</style>
border-color css
<style>
span { border-color: #A8E7BE; }
span { border-color: rgb(168,231,190); }
td.TdClassName
{
border-color: #A8E7BE;
}
.TagClassName
{
border-color: #A8E7BE;
}
</style>