Shades of Fringy Flower #ADE2BC
Tints of Fringy Flower #ADE2BC
RGB
CMYK
RGB Variations
Color information
#ADE2BC (or 0xADE2BC) is known color: Fringy Flower. HEX triplet: AD, E2 and BC. RGB value is (173,226,188). Sum of RGB (Red+Green+Blue) = 173+226+188=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE2BC is #521D43. Grayscale: #CDCDCD. Windows color (decimal): -5381444 or 12378797. OLE color: 12378797.
HSL color Cylindrical-coordinate representation of color #ADE2BC: hue angle of 136.98º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE2BC is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 188 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.11 |
| HSL | 136.98º | 0.48% | 0.78% | - |
| HSV(B) | 136.98º | 0.23% | 0.89% | - |
| XYZ | 53.51 | 66.91 | 57.67 | - |
| YUV | 205.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 188 | 0.23 | 0 | 0.17 | 0.11 | 136.98 | 0.48 | 0.78 |
| Hex | AD | E2 | BC | 17 | 0 | 11 | B | 89 | 30 | 4E |
| Octal | 255 | 342 | 274 | 27 | 0 | 21 | 13 | 211 | 60 | 116 |
| Binary | 10101101 | 11100010 | 10111100 | 10111 | 0 | 10001 | 1011 | 10001001 | 110000 | 1001110 |
Color Harmonies of #ADE2BC
Complementary color
Monochromatic Colors of #ADE2BC
Black with #ADE2BC
Text Example
Text Example
White with #ADE2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE2BC; }
p { color: rgb(173,226,188); }
H1.HeaderClassName
{
color: #ADE2BC;
}
.AnyTagClassName
{
color: #ADE2BC;
}
</style>
background-color css
<style>
a { background-color: #ADE2BC; }
a { background-color: rgb(173,226,188); }
div.DivClassName
{
background-color: #ADE2BC;
}
.BgClassName
{
background-color: #ADE2BC;
}
</style>
border-color css
<style>
span { border-color: #ADE2BC; }
span { border-color: rgb(173,226,188); }
td.TdClassName
{
border-color: #ADE2BC;
}
.TagClassName
{
border-color: #ADE2BC;
}
</style>