Shades of Fringy Flower #ADE9C0
Tints of Fringy Flower #ADE9C0
RGB
CMYK
RGB Variations
Color information
#ADE9C0 (or 0xADE9C0) is known color: Fringy Flower. HEX triplet: AD, E9 and C0. RGB value is (173,233,192). Sum of RGB (Red+Green+Blue) = 173+233+192=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 192 (75.39% from 255 or 32.11% from 598); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE9C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE9C0 is #52163F. Grayscale: #D2D2D2. Windows color (decimal): -5379648 or 12642733. OLE color: 12642733.
HSL color Cylindrical-coordinate representation of color #ADE9C0: hue angle of 139º 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 #ADE9C0 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 192 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.09 |
| HSL | 139º | 0.58% | 0.8% | - |
| HSV(B) | 139º | 0.26% | 0.91% | - |
| XYZ | 55.89 | 70.97 | 60.62 | - |
| YUV | 210.39 | 117.62 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 192 | 0.26 | 0 | 0.18 | 0.09 | 139 | 0.58 | 0.8 |
| Hex | AD | E9 | C0 | 1A | 0 | 12 | 9 | 8B | 3A | 50 |
| Octal | 255 | 351 | 300 | 32 | 0 | 22 | 11 | 213 | 72 | 120 |
| Binary | 10101101 | 11101001 | 11000000 | 11010 | 0 | 10010 | 1001 | 10001011 | 111010 | 1010000 |
Color Harmonies of #ADE9C0
Complementary color
Monochromatic Colors of #ADE9C0
Black with #ADE9C0
Text Example
Text Example
White with #ADE9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE9C0; }
p { color: rgb(173,233,192); }
H1.HeaderClassName
{
color: #ADE9C0;
}
.AnyTagClassName
{
color: #ADE9C0;
}
</style>
background-color css
<style>
a { background-color: #ADE9C0; }
a { background-color: rgb(173,233,192); }
div.DivClassName
{
background-color: #ADE9C0;
}
.BgClassName
{
background-color: #ADE9C0;
}
</style>
border-color css
<style>
span { border-color: #ADE9C0; }
span { border-color: rgb(173,233,192); }
td.TdClassName
{
border-color: #ADE9C0;
}
.TagClassName
{
border-color: #ADE9C0;
}
</style>