Shades of Fringy Flower #ADE9BC
Tints of Fringy Flower #ADE9BC
RGB
CMYK
RGB Variations
Color information
#ADE9BC (or 0xADE9BC) is known color: Fringy Flower. HEX triplet: AD, E9 and BC. RGB value is (173,233,188). Sum of RGB (Red+Green+Blue) = 173+233+188=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 233 (91.41% from 255 or 39.23% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE9BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE9BC is #521643. Grayscale: #D2D2D2. Windows color (decimal): -5379652 or 12380589. OLE color: 12380589.
HSL color Cylindrical-coordinate representation of color #ADE9BC: hue angle of 135º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADE9BC is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 188 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.09 |
| HSL | 135º | 0.58% | 0.8% | - |
| HSV(B) | 135º | 0.26% | 0.91% | - |
| XYZ | 55.45 | 70.79 | 58.32 | - |
| YUV | 209.93 | 115.62 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 188 | 0.26 | 0 | 0.19 | 0.09 | 135 | 0.58 | 0.8 |
| Hex | AD | E9 | BC | 1A | 0 | 13 | 9 | 87 | 3A | 50 |
| Octal | 255 | 351 | 274 | 32 | 0 | 23 | 11 | 207 | 72 | 120 |
| Binary | 10101101 | 11101001 | 10111100 | 11010 | 0 | 10011 | 1001 | 10000111 | 111010 | 1010000 |
Color Harmonies of #ADE9BC
Complementary color
Monochromatic Colors of #ADE9BC
Black with #ADE9BC
Text Example
Text Example
White with #ADE9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE9BC; }
p { color: rgb(173,233,188); }
H1.HeaderClassName
{
color: #ADE9BC;
}
.AnyTagClassName
{
color: #ADE9BC;
}
</style>
background-color css
<style>
a { background-color: #ADE9BC; }
a { background-color: rgb(173,233,188); }
div.DivClassName
{
background-color: #ADE9BC;
}
.BgClassName
{
background-color: #ADE9BC;
}
</style>
border-color css
<style>
span { border-color: #ADE9BC; }
span { border-color: rgb(173,233,188); }
td.TdClassName
{
border-color: #ADE9BC;
}
.TagClassName
{
border-color: #ADE9BC;
}
</style>