Shades of Fringy Flower #A5FBB9
Tints of Fringy Flower #A5FBB9
RGB
CMYK
RGB Variations
Color information
#A5FBB9 (or 0xA5FBB9) is known color: Fringy Flower. HEX triplet: A5, FB and B9. RGB value is (165,251,185). Sum of RGB (Red+Green+Blue) = 165+251+185=601 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.45% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FBB9 is #5A0446. Grayscale: #D9D9D9. Windows color (decimal): -5899335 or 12188581. OLE color: 12188581.
HSL color Cylindrical-coordinate representation of color #A5FBB9: hue angle of 133.95º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FBB9 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 251 | 185 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.02 |
| HSL | 133.95º | 0.91% | 0.82% | - |
| HSV(B) | 133.95º | 0.34% | 0.98% | - |
| XYZ | 58.77 | 80.5 | 58.34 | - |
| YUV | 217.76 | 109.51 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 251 | 185 | 0.34 | 0 | 0.26 | 0.02 | 133.95 | 0.91 | 0.82 |
| Hex | A5 | FB | B9 | 22 | 0 | 1A | 2 | 86 | 5B | 52 |
| Octal | 245 | 373 | 271 | 42 | 0 | 32 | 2 | 206 | 133 | 122 |
| Binary | 10100101 | 11111011 | 10111001 | 100010 | 0 | 11010 | 10 | 10000110 | 1011011 | 1010010 |
Color Harmonies of #A5FBB9
Complementary color
Monochromatic Colors of #A5FBB9
Black with #A5FBB9
Text Example
Text Example
White with #A5FBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FBB9; }
p { color: rgb(165,251,185); }
H1.HeaderClassName
{
color: #A5FBB9;
}
.AnyTagClassName
{
color: #A5FBB9;
}
</style>
background-color css
<style>
a { background-color: #A5FBB9; }
a { background-color: rgb(165,251,185); }
div.DivClassName
{
background-color: #A5FBB9;
}
.BgClassName
{
background-color: #A5FBB9;
}
</style>
border-color css
<style>
span { border-color: #A5FBB9; }
span { border-color: rgb(165,251,185); }
td.TdClassName
{
border-color: #A5FBB9;
}
.TagClassName
{
border-color: #A5FBB9;
}
</style>