Shades of Fringy Flower #A4E5B9
Tints of Fringy Flower #A4E5B9
RGB
CMYK
RGB Variations
Color information
#A4E5B9 (or 0xA4E5B9) is known color: Fringy Flower. HEX triplet: A4, E5 and B9. RGB value is (164,229,185). Sum of RGB (Red+Green+Blue) = 164+229+185=578 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.37% from 578); Green value is 229 (89.84% from 255 or 39.62% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E5B9 is #5B1A46. Grayscale: #CCCCCC. Windows color (decimal): -5970503 or 12182948. OLE color: 12182948.
HSL color Cylindrical-coordinate representation of color #A4E5B9: hue angle of 139.38º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4E5B9 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 229 | 185 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.10 |
| HSL | 139.38º | 0.56% | 0.77% | - |
| HSV(B) | 139.38º | 0.28% | 0.9% | - |
| XYZ | 52.09 | 67.43 | 56.17 | - |
| YUV | 204.55 | 116.97 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 229 | 185 | 0.28 | 0 | 0.19 | 0.10 | 139.38 | 0.56 | 0.77 |
| Hex | A4 | E5 | B9 | 1C | 0 | 13 | A | 8B | 38 | 4D |
| Octal | 244 | 345 | 271 | 34 | 0 | 23 | 12 | 213 | 70 | 115 |
| Binary | 10100100 | 11100101 | 10111001 | 11100 | 0 | 10011 | 1010 | 10001011 | 111000 | 1001101 |
Color Harmonies of #A4E5B9
Complementary color
Monochromatic Colors of #A4E5B9
Black with #A4E5B9
Text Example
Text Example
White with #A4E5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E5B9; }
p { color: rgb(164,229,185); }
H1.HeaderClassName
{
color: #A4E5B9;
}
.AnyTagClassName
{
color: #A4E5B9;
}
</style>
background-color css
<style>
a { background-color: #A4E5B9; }
a { background-color: rgb(164,229,185); }
div.DivClassName
{
background-color: #A4E5B9;
}
.BgClassName
{
background-color: #A4E5B9;
}
</style>
border-color css
<style>
span { border-color: #A4E5B9; }
span { border-color: rgb(164,229,185); }
td.TdClassName
{
border-color: #A4E5B9;
}
.TagClassName
{
border-color: #A4E5B9;
}
</style>