Shades of Fringy Flower #A5F9BB
Tints of Fringy Flower #A5F9BB
RGB
CMYK
RGB Variations
Color information
#A5F9BB (or 0xA5F9BB) is known color: Fringy Flower. HEX triplet: A5, F9 and BB. RGB value is (165,249,187). Sum of RGB (Red+Green+Blue) = 165+249+187=601 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.45% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F9BB is #5A0644. Grayscale: #D8D8D8. Windows color (decimal): -5899845 or 12319141. OLE color: 12319141.
HSL color Cylindrical-coordinate representation of color #A5F9BB: hue angle of 135.71º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5F9BB is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 249 | 187 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.02 |
| HSL | 135.71º | 0.88% | 0.81% | - |
| HSV(B) | 135.71º | 0.34% | 0.98% | - |
| XYZ | 58.36 | 79.34 | 59.25 | - |
| YUV | 216.82 | 111.17 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 249 | 187 | 0.34 | 0 | 0.25 | 0.02 | 135.71 | 0.88 | 0.81 |
| Hex | A5 | F9 | BB | 22 | 0 | 19 | 2 | 88 | 58 | 51 |
| Octal | 245 | 371 | 273 | 42 | 0 | 31 | 2 | 210 | 130 | 121 |
| Binary | 10100101 | 11111001 | 10111011 | 100010 | 0 | 11001 | 10 | 10001000 | 1011000 | 1010001 |
Color Harmonies of #A5F9BB
Complementary color
Monochromatic Colors of #A5F9BB
Black with #A5F9BB
Text Example
Text Example
White with #A5F9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F9BB; }
p { color: rgb(165,249,187); }
H1.HeaderClassName
{
color: #A5F9BB;
}
.AnyTagClassName
{
color: #A5F9BB;
}
</style>
background-color css
<style>
a { background-color: #A5F9BB; }
a { background-color: rgb(165,249,187); }
div.DivClassName
{
background-color: #A5F9BB;
}
.BgClassName
{
background-color: #A5F9BB;
}
</style>
border-color css
<style>
span { border-color: #A5F9BB; }
span { border-color: rgb(165,249,187); }
td.TdClassName
{
border-color: #A5F9BB;
}
.TagClassName
{
border-color: #A5F9BB;
}
</style>