Shades of Fringy Flower #A4EDB8
Tints of Fringy Flower #A4EDB8
RGB
CMYK
RGB Variations
Color information
#A4EDB8 (or 0xA4EDB8) is known color: Fringy Flower. HEX triplet: A4, ED and B8. RGB value is (164,237,184). Sum of RGB (Red+Green+Blue) = 164+237+184=585 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.03% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 184 (72.27% from 255 or 31.45% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EDB8 is #5B1247. Grayscale: #D1D1D1. Windows color (decimal): -5968456 or 12119460. OLE color: 12119460.
HSL color Cylindrical-coordinate representation of color #A4EDB8: hue angle of 136.44º 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 #A4EDB8 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 237 | 184 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.07 |
| HSL | 136.44º | 0.67% | 0.79% | - |
| HSV(B) | 136.44º | 0.31% | 0.93% | - |
| XYZ | 54.25 | 71.92 | 56.37 | - |
| YUV | 209.13 | 113.82 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 237 | 184 | 0.31 | 0 | 0.22 | 0.07 | 136.44 | 0.67 | 0.79 |
| Hex | A4 | ED | B8 | 1F | 0 | 16 | 7 | 88 | 43 | 4F |
| Octal | 244 | 355 | 270 | 37 | 0 | 26 | 7 | 210 | 103 | 117 |
| Binary | 10100100 | 11101101 | 10111000 | 11111 | 0 | 10110 | 111 | 10001000 | 1000011 | 1001111 |
Color Harmonies of #A4EDB8
Complementary color
Monochromatic Colors of #A4EDB8
Black with #A4EDB8
Text Example
Text Example
White with #A4EDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EDB8; }
p { color: rgb(164,237,184); }
H1.HeaderClassName
{
color: #A4EDB8;
}
.AnyTagClassName
{
color: #A4EDB8;
}
</style>
background-color css
<style>
a { background-color: #A4EDB8; }
a { background-color: rgb(164,237,184); }
div.DivClassName
{
background-color: #A4EDB8;
}
.BgClassName
{
background-color: #A4EDB8;
}
</style>
border-color css
<style>
span { border-color: #A4EDB8; }
span { border-color: rgb(164,237,184); }
td.TdClassName
{
border-color: #A4EDB8;
}
.TagClassName
{
border-color: #A4EDB8;
}
</style>