Shades of Fringy Flower #A7E4BD
Tints of Fringy Flower #A7E4BD
RGB
CMYK
RGB Variations
Color information
#A7E4BD (or 0xA7E4BD) is known color: Fringy Flower. HEX triplet: A7, E4 and BD. RGB value is (167,228,189). Sum of RGB (Red+Green+Blue) = 167+228+189=584 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.60% from 584); Green value is 228 (89.45% from 255 or 39.04% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 228 - color contains mainly: green. Hex color #A7E4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7E4BD is #581B42. Grayscale: #CDCDCD. Windows color (decimal): -5774147 or 12444839. OLE color: 12444839.
HSL color Cylindrical-coordinate representation of color #A7E4BD: hue angle of 141.64º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7E4BD is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 228 | 189 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.11 |
| HSL | 141.64º | 0.53% | 0.77% | - |
| HSV(B) | 141.64º | 0.27% | 0.89% | - |
| XYZ | 52.87 | 67.38 | 58.36 | - |
| YUV | 205.32 | 118.79 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 228 | 189 | 0.27 | 0 | 0.17 | 0.11 | 141.64 | 0.53 | 0.77 |
| Hex | A7 | E4 | BD | 1B | 0 | 11 | B | 8E | 35 | 4D |
| Octal | 247 | 344 | 275 | 33 | 0 | 21 | 13 | 216 | 65 | 115 |
| Binary | 10100111 | 11100100 | 10111101 | 11011 | 0 | 10001 | 1011 | 10001110 | 110101 | 1001101 |
Color Harmonies of #A7E4BD
Complementary color
Monochromatic Colors of #A7E4BD
Black with #A7E4BD
Text Example
Text Example
White with #A7E4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E4BD; }
p { color: rgb(167,228,189); }
H1.HeaderClassName
{
color: #A7E4BD;
}
.AnyTagClassName
{
color: #A7E4BD;
}
</style>
background-color css
<style>
a { background-color: #A7E4BD; }
a { background-color: rgb(167,228,189); }
div.DivClassName
{
background-color: #A7E4BD;
}
.BgClassName
{
background-color: #A7E4BD;
}
</style>
border-color css
<style>
span { border-color: #A7E4BD; }
span { border-color: rgb(167,228,189); }
td.TdClassName
{
border-color: #A7E4BD;
}
.TagClassName
{
border-color: #A7E4BD;
}
</style>