Shades of Fringy Flower #A5E9B9
Tints of Fringy Flower #A5E9B9
RGB
CMYK
RGB Variations
Color information
#A5E9B9 (or 0xA5E9B9) is known color: Fringy Flower. HEX triplet: A5, E9 and B9. RGB value is (165,233,185). Sum of RGB (Red+Green+Blue) = 165+233+185=583 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.30% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 185 (72.66% from 255 or 31.73% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E9B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E9B9 is #5A1646. Grayscale: #CFCFCF. Windows color (decimal): -5903943 or 12183973. OLE color: 12183973.
HSL color Cylindrical-coordinate representation of color #A5E9B9: hue angle of 137.65º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5E9B9 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 233 | 185 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.09 |
| HSL | 137.65º | 0.61% | 0.78% | - |
| HSV(B) | 137.65º | 0.29% | 0.91% | - |
| XYZ | 53.41 | 69.78 | 56.55 | - |
| YUV | 207.2 | 115.47 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 233 | 185 | 0.29 | 0 | 0.21 | 0.09 | 137.65 | 0.61 | 0.78 |
| Hex | A5 | E9 | B9 | 1D | 0 | 15 | 9 | 8A | 3D | 4E |
| Octal | 245 | 351 | 271 | 35 | 0 | 25 | 11 | 212 | 75 | 116 |
| Binary | 10100101 | 11101001 | 10111001 | 11101 | 0 | 10101 | 1001 | 10001010 | 111101 | 1001110 |
Color Harmonies of #A5E9B9
Complementary color
Monochromatic Colors of #A5E9B9
Black with #A5E9B9
Text Example
Text Example
White with #A5E9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E9B9; }
p { color: rgb(165,233,185); }
H1.HeaderClassName
{
color: #A5E9B9;
}
.AnyTagClassName
{
color: #A5E9B9;
}
</style>
background-color css
<style>
a { background-color: #A5E9B9; }
a { background-color: rgb(165,233,185); }
div.DivClassName
{
background-color: #A5E9B9;
}
.BgClassName
{
background-color: #A5E9B9;
}
</style>
border-color css
<style>
span { border-color: #A5E9B9; }
span { border-color: rgb(165,233,185); }
td.TdClassName
{
border-color: #A5E9B9;
}
.TagClassName
{
border-color: #A5E9B9;
}
</style>