Shades of Fringy Flower #A4EDB9
Tints of Fringy Flower #A4EDB9
RGB
CMYK
RGB Variations
Color information
#A4EDB9 (or 0xA4EDB9) is known color: Fringy Flower. HEX triplet: A4, ED and B9. RGB value is (164,237,185). Sum of RGB (Red+Green+Blue) = 164+237+185=586 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.99% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EDB9 is #5B1246. Grayscale: #D1D1D1. Windows color (decimal): -5968455 or 12184996. OLE color: 12184996.
HSL color Cylindrical-coordinate representation of color #A4EDB9: hue angle of 137.26º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EDB9 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 237 | 185 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.07 |
| HSL | 137.26º | 0.67% | 0.79% | - |
| HSV(B) | 137.26º | 0.31% | 0.93% | - |
| XYZ | 54.35 | 71.96 | 56.92 | - |
| YUV | 209.25 | 114.32 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 237 | 185 | 0.31 | 0 | 0.22 | 0.07 | 137.26 | 0.67 | 0.79 |
| Hex | A4 | ED | B9 | 1F | 0 | 16 | 7 | 89 | 43 | 4F |
| Octal | 244 | 355 | 271 | 37 | 0 | 26 | 7 | 211 | 103 | 117 |
| Binary | 10100100 | 11101101 | 10111001 | 11111 | 0 | 10110 | 111 | 10001001 | 1000011 | 1001111 |
Color Harmonies of #A4EDB9
Complementary color
Monochromatic Colors of #A4EDB9
Black with #A4EDB9
Text Example
Text Example
White with #A4EDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EDB9; }
p { color: rgb(164,237,185); }
H1.HeaderClassName
{
color: #A4EDB9;
}
.AnyTagClassName
{
color: #A4EDB9;
}
</style>
background-color css
<style>
a { background-color: #A4EDB9; }
a { background-color: rgb(164,237,185); }
div.DivClassName
{
background-color: #A4EDB9;
}
.BgClassName
{
background-color: #A4EDB9;
}
</style>
border-color css
<style>
span { border-color: #A4EDB9; }
span { border-color: rgb(164,237,185); }
td.TdClassName
{
border-color: #A4EDB9;
}
.TagClassName
{
border-color: #A4EDB9;
}
</style>