Shades of Fringy Flower #ADE8B9
Tints of Fringy Flower #ADE8B9
RGB
CMYK
RGB Variations
Color information
#ADE8B9 (or 0xADE8B9) is known color: Fringy Flower. HEX triplet: AD, E8 and B9. RGB value is (173,232,185). Sum of RGB (Red+Green+Blue) = 173+232+185=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 232 (91.02% from 255 or 39.32% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8B9 is #521746. Grayscale: #D1D1D1. Windows color (decimal): -5379911 or 12183725. OLE color: 12183725.
HSL color Cylindrical-coordinate representation of color #ADE8B9: hue angle of 132.2º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE8B9 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 185 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.09 |
| HSL | 132.2º | 0.56% | 0.79% | - |
| HSV(B) | 132.2º | 0.25% | 0.91% | - |
| XYZ | 54.85 | 70.1 | 56.54 | - |
| YUV | 209 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 185 | 0.25 | 0 | 0.20 | 0.09 | 132.2 | 0.56 | 0.79 |
| Hex | AD | E8 | B9 | 19 | 0 | 14 | 9 | 84 | 38 | 4F |
| Octal | 255 | 350 | 271 | 31 | 0 | 24 | 11 | 204 | 70 | 117 |
| Binary | 10101101 | 11101000 | 10111001 | 11001 | 0 | 10100 | 1001 | 10000100 | 111000 | 1001111 |
Color Harmonies of #ADE8B9
Complementary color
Monochromatic Colors of #ADE8B9
Black with #ADE8B9
Text Example
Text Example
White with #ADE8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE8B9; }
p { color: rgb(173,232,185); }
H1.HeaderClassName
{
color: #ADE8B9;
}
.AnyTagClassName
{
color: #ADE8B9;
}
</style>
background-color css
<style>
a { background-color: #ADE8B9; }
a { background-color: rgb(173,232,185); }
div.DivClassName
{
background-color: #ADE8B9;
}
.BgClassName
{
background-color: #ADE8B9;
}
</style>
border-color css
<style>
span { border-color: #ADE8B9; }
span { border-color: rgb(173,232,185); }
td.TdClassName
{
border-color: #ADE8B9;
}
.TagClassName
{
border-color: #ADE8B9;
}
</style>