Shades of Fringy Flower #A4E8BC
Tints of Fringy Flower #A4E8BC
RGB
CMYK
RGB Variations
Color information
#A4E8BC (or 0xA4E8BC) is known color: Fringy Flower. HEX triplet: A4, E8 and BC. RGB value is (164,232,188). Sum of RGB (Red+Green+Blue) = 164+232+188=584 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.08% from 584); Green value is 232 (91.02% from 255 or 39.73% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 232 - color contains mainly: green. Hex color #A4E8BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E8BC is #5B1743. Grayscale: #CECECE. Windows color (decimal): -5969732 or 12380324. OLE color: 12380324.
HSL color Cylindrical-coordinate representation of color #A4E8BC: hue angle of 141.18º degrees, saturation: 0.6, 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 #A4E8BC is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 232 | 188 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.09 |
| HSL | 141.18º | 0.6% | 0.78% | - |
| HSV(B) | 141.18º | 0.29% | 0.91% | - |
| XYZ | 53.24 | 69.24 | 58.13 | - |
| YUV | 206.65 | 117.47 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 232 | 188 | 0.29 | 0 | 0.19 | 0.09 | 141.18 | 0.6 | 0.78 |
| Hex | A4 | E8 | BC | 1D | 0 | 13 | 9 | 8D | 3C | 4E |
| Octal | 244 | 350 | 274 | 35 | 0 | 23 | 11 | 215 | 74 | 116 |
| Binary | 10100100 | 11101000 | 10111100 | 11101 | 0 | 10011 | 1001 | 10001101 | 111100 | 1001110 |
Color Harmonies of #A4E8BC
Complementary color
Monochromatic Colors of #A4E8BC
Black with #A4E8BC
Text Example
Text Example
White with #A4E8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E8BC; }
p { color: rgb(164,232,188); }
H1.HeaderClassName
{
color: #A4E8BC;
}
.AnyTagClassName
{
color: #A4E8BC;
}
</style>
background-color css
<style>
a { background-color: #A4E8BC; }
a { background-color: rgb(164,232,188); }
div.DivClassName
{
background-color: #A4E8BC;
}
.BgClassName
{
background-color: #A4E8BC;
}
</style>
border-color css
<style>
span { border-color: #A4E8BC; }
span { border-color: rgb(164,232,188); }
td.TdClassName
{
border-color: #A4E8BC;
}
.TagClassName
{
border-color: #A4E8BC;
}
</style>