Shades of Fringy Flower #A6F7BD
Tints of Fringy Flower #A6F7BD
RGB
CMYK
RGB Variations
Color information
#A6F7BD (or 0xA6F7BD) is known color: Fringy Flower. HEX triplet: A6, F7 and BD. RGB value is (166,247,189). Sum of RGB (Red+Green+Blue) = 166+247+189=602 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.57% from 602); Green value is 247 (96.88% from 255 or 41.03% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 247 - color contains mainly: green. Hex color #A6F7BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F7BD is #590842. Grayscale: #D8D8D8. Windows color (decimal): -5834819 or 12449702. OLE color: 12449702.
HSL color Cylindrical-coordinate representation of color #A6F7BD: hue angle of 137.04º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F7BD is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 247 | 189 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.03 |
| HSL | 137.04º | 0.84% | 0.81% | - |
| HSV(B) | 137.04º | 0.33% | 0.97% | - |
| XYZ | 58.17 | 78.3 | 60.19 | - |
| YUV | 216.17 | 112.66 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 247 | 189 | 0.33 | 0 | 0.23 | 0.03 | 137.04 | 0.84 | 0.81 |
| Hex | A6 | F7 | BD | 21 | 0 | 17 | 3 | 89 | 54 | 51 |
| Octal | 246 | 367 | 275 | 41 | 0 | 27 | 3 | 211 | 124 | 121 |
| Binary | 10100110 | 11110111 | 10111101 | 100001 | 0 | 10111 | 11 | 10001001 | 1010100 | 1010001 |
Color Harmonies of #A6F7BD
Complementary color
Monochromatic Colors of #A6F7BD
Black with #A6F7BD
Text Example
Text Example
White with #A6F7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F7BD; }
p { color: rgb(166,247,189); }
H1.HeaderClassName
{
color: #A6F7BD;
}
.AnyTagClassName
{
color: #A6F7BD;
}
</style>
background-color css
<style>
a { background-color: #A6F7BD; }
a { background-color: rgb(166,247,189); }
div.DivClassName
{
background-color: #A6F7BD;
}
.BgClassName
{
background-color: #A6F7BD;
}
</style>
border-color css
<style>
span { border-color: #A6F7BD; }
span { border-color: rgb(166,247,189); }
td.TdClassName
{
border-color: #A6F7BD;
}
.TagClassName
{
border-color: #A6F7BD;
}
</style>