Shades of Fringy Flower #A8FFBE
Tints of Fringy Flower #A8FFBE
RGB
CMYK
RGB Variations
Color information
#A8FFBE (or 0xA8FFBE) is known color: Fringy Flower. HEX triplet: A8, FF and BE. RGB value is (168,255,190). Sum of RGB (Red+Green+Blue) = 168+255+190=613 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.41% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FFBE is #570041. Grayscale: #DDDDDD. Windows color (decimal): -5701698 or 12517288. OLE color: 12517288.
HSL color Cylindrical-coordinate representation of color #A8FFBE: hue angle of 135.17º 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 #A8FFBE is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 190 | - |
| CMYK | 0.34 | 0 | 0.25 | 0 |
| HSL | 135.17º | 1% | 0.83% | - |
| HSV(B) | 135.17º | 0.34% | 1% | - |
| XYZ | 61.2 | 83.56 | 61.62 | - |
| YUV | 221.58 | 110.18 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 190 | 0.34 | 0 | 0.25 | 0 | 135.17 | 1 | 0.83 |
| Hex | A8 | FF | BE | 22 | 0 | 19 | 0 | 87 | 64 | 53 |
| Octal | 250 | 377 | 276 | 42 | 0 | 31 | 0 | 207 | 144 | 123 |
| Binary | 10101000 | 11111111 | 10111110 | 100010 | 0 | 11001 | 0 | 10000111 | 1100100 | 1010011 |
Color Harmonies of #A8FFBE
Complementary color
Monochromatic Colors of #A8FFBE
Black with #A8FFBE
Text Example
Text Example
White with #A8FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFBE; }
p { color: rgb(168,255,190); }
H1.HeaderClassName
{
color: #A8FFBE;
}
.AnyTagClassName
{
color: #A8FFBE;
}
</style>
background-color css
<style>
a { background-color: #A8FFBE; }
a { background-color: rgb(168,255,190); }
div.DivClassName
{
background-color: #A8FFBE;
}
.BgClassName
{
background-color: #A8FFBE;
}
</style>
border-color css
<style>
span { border-color: #A8FFBE; }
span { border-color: rgb(168,255,190); }
td.TdClassName
{
border-color: #A8FFBE;
}
.TagClassName
{
border-color: #A8FFBE;
}
</style>