Shades of Fringy Flower #A8FEBB
Tints of Fringy Flower #A8FEBB
RGB
CMYK
RGB Variations
Color information
#A8FEBB (or 0xA8FEBB) is known color: Fringy Flower. HEX triplet: A8, FE and BB. RGB value is (168,254,187). Sum of RGB (Red+Green+Blue) = 168+254+187=609 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.59% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FEBB is #570144. Grayscale: #DCDCDC. Windows color (decimal): -5701957 or 12320424. OLE color: 12320424.
HSL color Cylindrical-coordinate representation of color #A8FEBB: hue angle of 133.26º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FEBB is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 254 | 187 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.00 |
| HSL | 133.26º | 0.98% | 0.83% | - |
| HSV(B) | 133.26º | 0.34% | 1% | - |
| XYZ | 60.56 | 82.8 | 59.8 | - |
| YUV | 220.65 | 109.01 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 254 | 187 | 0.34 | 0 | 0.26 | 0.00 | 133.26 | 0.98 | 0.83 |
| Hex | A8 | FE | BB | 22 | 0 | 1A | 0 | 85 | 62 | 53 |
| Octal | 250 | 376 | 273 | 42 | 0 | 32 | 0 | 205 | 142 | 123 |
| Binary | 10101000 | 11111110 | 10111011 | 100010 | 0 | 11010 | 0 | 10000101 | 1100010 | 1010011 |
Color Harmonies of #A8FEBB
Complementary color
Monochromatic Colors of #A8FEBB
Black with #A8FEBB
Text Example
Text Example
White with #A8FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FEBB; }
p { color: rgb(168,254,187); }
H1.HeaderClassName
{
color: #A8FEBB;
}
.AnyTagClassName
{
color: #A8FEBB;
}
</style>
background-color css
<style>
a { background-color: #A8FEBB; }
a { background-color: rgb(168,254,187); }
div.DivClassName
{
background-color: #A8FEBB;
}
.BgClassName
{
background-color: #A8FEBB;
}
</style>
border-color css
<style>
span { border-color: #A8FEBB; }
span { border-color: rgb(168,254,187); }
td.TdClassName
{
border-color: #A8FEBB;
}
.TagClassName
{
border-color: #A8FEBB;
}
</style>