Shades of Fringy Flower #ADE4BD
Tints of Fringy Flower #ADE4BD
RGB
CMYK
RGB Variations
Color information
#ADE4BD (or 0xADE4BD) is known color: Fringy Flower. HEX triplet: AD, E4 and BD. RGB value is (173,228,189). Sum of RGB (Red+Green+Blue) = 173+228+189=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 228 (89.45% from 255 or 38.64% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE4BD is #521B42. Grayscale: #CFCFCF. Windows color (decimal): -5380931 or 12444845. OLE color: 12444845.
HSL color Cylindrical-coordinate representation of color #ADE4BD: hue angle of 137.45º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE4BD is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 189 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.11 |
| HSL | 137.45º | 0.5% | 0.79% | - |
| HSV(B) | 137.45º | 0.24% | 0.89% | - |
| XYZ | 54.16 | 68.05 | 58.42 | - |
| YUV | 207.11 | 117.78 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 189 | 0.24 | 0 | 0.17 | 0.11 | 137.45 | 0.5 | 0.79 |
| Hex | AD | E4 | BD | 18 | 0 | 11 | B | 89 | 32 | 4F |
| Octal | 255 | 344 | 275 | 30 | 0 | 21 | 13 | 211 | 62 | 117 |
| Binary | 10101101 | 11100100 | 10111101 | 11000 | 0 | 10001 | 1011 | 10001001 | 110010 | 1001111 |
Color Harmonies of #ADE4BD
Complementary color
Monochromatic Colors of #ADE4BD
Black with #ADE4BD
Text Example
Text Example
White with #ADE4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE4BD; }
p { color: rgb(173,228,189); }
H1.HeaderClassName
{
color: #ADE4BD;
}
.AnyTagClassName
{
color: #ADE4BD;
}
</style>
background-color css
<style>
a { background-color: #ADE4BD; }
a { background-color: rgb(173,228,189); }
div.DivClassName
{
background-color: #ADE4BD;
}
.BgClassName
{
background-color: #ADE4BD;
}
</style>
border-color css
<style>
span { border-color: #ADE4BD; }
span { border-color: rgb(173,228,189); }
td.TdClassName
{
border-color: #ADE4BD;
}
.TagClassName
{
border-color: #ADE4BD;
}
</style>