Shades of Fringy Flower #ADF6BC
Tints of Fringy Flower #ADF6BC
RGB
CMYK
RGB Variations
Color information
#ADF6BC (or 0xADF6BC) is known color: Fringy Flower. HEX triplet: AD, F6 and BC. RGB value is (173,246,188). Sum of RGB (Red+Green+Blue) = 173+246+188=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF6BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF6BC is #520943. Grayscale: #D9D9D9. Windows color (decimal): -5376324 or 12383917. OLE color: 12383917.
HSL color Cylindrical-coordinate representation of color #ADF6BC: hue angle of 132.33º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF6BC is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 188 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.04 |
| HSL | 132.33º | 0.8% | 0.82% | - |
| HSV(B) | 132.33º | 0.3% | 0.96% | - |
| XYZ | 59.27 | 78.43 | 59.59 | - |
| YUV | 217.56 | 111.32 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 188 | 0.30 | 0 | 0.24 | 0.04 | 132.33 | 0.8 | 0.82 |
| Hex | AD | F6 | BC | 1E | 0 | 18 | 4 | 84 | 50 | 52 |
| Octal | 255 | 366 | 274 | 36 | 0 | 30 | 4 | 204 | 120 | 122 |
| Binary | 10101101 | 11110110 | 10111100 | 11110 | 0 | 11000 | 100 | 10000100 | 1010000 | 1010010 |
Color Harmonies of #ADF6BC
Complementary color
Monochromatic Colors of #ADF6BC
Black with #ADF6BC
Text Example
Text Example
White with #ADF6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF6BC; }
p { color: rgb(173,246,188); }
H1.HeaderClassName
{
color: #ADF6BC;
}
.AnyTagClassName
{
color: #ADF6BC;
}
</style>
background-color css
<style>
a { background-color: #ADF6BC; }
a { background-color: rgb(173,246,188); }
div.DivClassName
{
background-color: #ADF6BC;
}
.BgClassName
{
background-color: #ADF6BC;
}
</style>
border-color css
<style>
span { border-color: #ADF6BC; }
span { border-color: rgb(173,246,188); }
td.TdClassName
{
border-color: #ADF6BC;
}
.TagClassName
{
border-color: #ADF6BC;
}
</style>