Shades of Fringy Flower #ADE2BD
Tints of Fringy Flower #ADE2BD
RGB
CMYK
RGB Variations
Color information
#ADE2BD (or 0xADE2BD) is known color: Fringy Flower. HEX triplet: AD, E2 and BD. RGB value is (173,226,189). Sum of RGB (Red+Green+Blue) = 173+226+189=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE2BD is #521D42. Grayscale: #CECECE. Windows color (decimal): -5381443 or 12444333. OLE color: 12444333.
HSL color Cylindrical-coordinate representation of color #ADE2BD: hue angle of 138.11º 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 #ADE2BD is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 189 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.11 |
| HSL | 138.11º | 0.48% | 0.78% | - |
| HSV(B) | 138.11º | 0.23% | 0.89% | - |
| XYZ | 53.62 | 66.95 | 58.24 | - |
| YUV | 205.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 189 | 0.23 | 0 | 0.16 | 0.11 | 138.11 | 0.48 | 0.78 |
| Hex | AD | E2 | BD | 17 | 0 | 10 | B | 8A | 30 | 4E |
| Octal | 255 | 342 | 275 | 27 | 0 | 20 | 13 | 212 | 60 | 116 |
| Binary | 10101101 | 11100010 | 10111101 | 10111 | 0 | 10000 | 1011 | 10001010 | 110000 | 1001110 |
Color Harmonies of #ADE2BD
Complementary color
Monochromatic Colors of #ADE2BD
Black with #ADE2BD
Text Example
Text Example
White with #ADE2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE2BD; }
p { color: rgb(173,226,189); }
H1.HeaderClassName
{
color: #ADE2BD;
}
.AnyTagClassName
{
color: #ADE2BD;
}
</style>
background-color css
<style>
a { background-color: #ADE2BD; }
a { background-color: rgb(173,226,189); }
div.DivClassName
{
background-color: #ADE2BD;
}
.BgClassName
{
background-color: #ADE2BD;
}
</style>
border-color css
<style>
span { border-color: #ADE2BD; }
span { border-color: rgb(173,226,189); }
td.TdClassName
{
border-color: #ADE2BD;
}
.TagClassName
{
border-color: #ADE2BD;
}
</style>