Shades of Fringy Flower #ADE9BD
Tints of Fringy Flower #ADE9BD
RGB
CMYK
RGB Variations
Color information
#ADE9BD (or 0xADE9BD) is known color: Fringy Flower. HEX triplet: AD, E9 and BD. RGB value is (173,233,189). Sum of RGB (Red+Green+Blue) = 173+233+189=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 233 (91.41% from 255 or 39.16% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE9BD is #521642. Grayscale: #D2D2D2. Windows color (decimal): -5379651 or 12446125. OLE color: 12446125.
HSL color Cylindrical-coordinate representation of color #ADE9BD: hue angle of 136º 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 #ADE9BD is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 189 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.09 |
| HSL | 136º | 0.58% | 0.8% | - |
| HSV(B) | 136º | 0.26% | 0.91% | - |
| XYZ | 55.56 | 70.84 | 58.89 | - |
| YUV | 210.04 | 116.12 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 189 | 0.26 | 0 | 0.19 | 0.09 | 136 | 0.58 | 0.8 |
| Hex | AD | E9 | BD | 1A | 0 | 13 | 9 | 88 | 3A | 50 |
| Octal | 255 | 351 | 275 | 32 | 0 | 23 | 11 | 210 | 72 | 120 |
| Binary | 10101101 | 11101001 | 10111101 | 11010 | 0 | 10011 | 1001 | 10001000 | 111010 | 1010000 |
Color Harmonies of #ADE9BD
Complementary color
Monochromatic Colors of #ADE9BD
Black with #ADE9BD
Text Example
Text Example
White with #ADE9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE9BD; }
p { color: rgb(173,233,189); }
H1.HeaderClassName
{
color: #ADE9BD;
}
.AnyTagClassName
{
color: #ADE9BD;
}
</style>
background-color css
<style>
a { background-color: #ADE9BD; }
a { background-color: rgb(173,233,189); }
div.DivClassName
{
background-color: #ADE9BD;
}
.BgClassName
{
background-color: #ADE9BD;
}
</style>
border-color css
<style>
span { border-color: #ADE9BD; }
span { border-color: rgb(173,233,189); }
td.TdClassName
{
border-color: #ADE9BD;
}
.TagClassName
{
border-color: #ADE9BD;
}
</style>