Shades of Fringy Flower #A6E7BD
Tints of Fringy Flower #A6E7BD
RGB
CMYK
RGB Variations
Color information
#A6E7BD (or 0xA6E7BD) is known color: Fringy Flower. HEX triplet: A6, E7 and BD. RGB value is (166,231,189). Sum of RGB (Red+Green+Blue) = 166+231+189=586 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.33% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 231 - color contains mainly: green. Hex color #A6E7BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E7BD is #591842. Grayscale: #CECECE. Windows color (decimal): -5838915 or 12445606. OLE color: 12445606.
HSL color Cylindrical-coordinate representation of color #A6E7BD: hue angle of 141.23º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E7BD is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 231 | 189 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.09 |
| HSL | 141.23º | 0.58% | 0.78% | - |
| HSV(B) | 141.23º | 0.28% | 0.91% | - |
| XYZ | 53.49 | 68.93 | 58.63 | - |
| YUV | 206.78 | 117.97 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 231 | 189 | 0.28 | 0 | 0.18 | 0.09 | 141.23 | 0.58 | 0.78 |
| Hex | A6 | E7 | BD | 1C | 0 | 12 | 9 | 8D | 3A | 4E |
| Octal | 246 | 347 | 275 | 34 | 0 | 22 | 11 | 215 | 72 | 116 |
| Binary | 10100110 | 11100111 | 10111101 | 11100 | 0 | 10010 | 1001 | 10001101 | 111010 | 1001110 |
Color Harmonies of #A6E7BD
Complementary color
Monochromatic Colors of #A6E7BD
Black with #A6E7BD
Text Example
Text Example
White with #A6E7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E7BD; }
p { color: rgb(166,231,189); }
H1.HeaderClassName
{
color: #A6E7BD;
}
.AnyTagClassName
{
color: #A6E7BD;
}
</style>
background-color css
<style>
a { background-color: #A6E7BD; }
a { background-color: rgb(166,231,189); }
div.DivClassName
{
background-color: #A6E7BD;
}
.BgClassName
{
background-color: #A6E7BD;
}
</style>
border-color css
<style>
span { border-color: #A6E7BD; }
span { border-color: rgb(166,231,189); }
td.TdClassName
{
border-color: #A6E7BD;
}
.TagClassName
{
border-color: #A6E7BD;
}
</style>