Shades of Fringy Flower #A5FEBB
Tints of Fringy Flower #A5FEBB
RGB
CMYK
RGB Variations
Color information
#A5FEBB (or 0xA5FEBB) is known color: Fringy Flower. HEX triplet: A5, FE and BB. RGB value is (165,254,187). Sum of RGB (Red+Green+Blue) = 165+254+187=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FEBB is #5A0144. Grayscale: #DBDBDB. Windows color (decimal): -5898565 or 12320421. OLE color: 12320421.
HSL color Cylindrical-coordinate representation of color #A5FEBB: hue angle of 134.83º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FEBB is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 254 | 187 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.00 |
| HSL | 134.83º | 0.98% | 0.82% | - |
| HSV(B) | 134.83º | 0.35% | 1% | - |
| XYZ | 59.93 | 82.47 | 59.77 | - |
| YUV | 219.75 | 109.51 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 254 | 187 | 0.35 | 0 | 0.26 | 0.00 | 134.83 | 0.98 | 0.82 |
| Hex | A5 | FE | BB | 23 | 0 | 1A | 0 | 87 | 62 | 52 |
| Octal | 245 | 376 | 273 | 43 | 0 | 32 | 0 | 207 | 142 | 122 |
| Binary | 10100101 | 11111110 | 10111011 | 100011 | 0 | 11010 | 0 | 10000111 | 1100010 | 1010010 |
Color Harmonies of #A5FEBB
Complementary color
Monochromatic Colors of #A5FEBB
Black with #A5FEBB
Text Example
Text Example
White with #A5FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FEBB; }
p { color: rgb(165,254,187); }
H1.HeaderClassName
{
color: #A5FEBB;
}
.AnyTagClassName
{
color: #A5FEBB;
}
</style>
background-color css
<style>
a { background-color: #A5FEBB; }
a { background-color: rgb(165,254,187); }
div.DivClassName
{
background-color: #A5FEBB;
}
.BgClassName
{
background-color: #A5FEBB;
}
</style>
border-color css
<style>
span { border-color: #A5FEBB; }
span { border-color: rgb(165,254,187); }
td.TdClassName
{
border-color: #A5FEBB;
}
.TagClassName
{
border-color: #A5FEBB;
}
</style>