Shades of Fringy Flower #ADECB9
Tints of Fringy Flower #ADECB9
RGB
CMYK
RGB Variations
Color information
#ADECB9 (or 0xADECB9) is known color: Fringy Flower. HEX triplet: AD, EC and B9. RGB value is (173,236,185). Sum of RGB (Red+Green+Blue) = 173+236+185=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECB9 is #521346. Grayscale: #D3D3D3. Windows color (decimal): -5378887 or 12184749. OLE color: 12184749.
HSL color Cylindrical-coordinate representation of color #ADECB9: hue angle of 131.43º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADECB9 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 185 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.07 |
| HSL | 131.43º | 0.62% | 0.8% | - |
| HSV(B) | 131.43º | 0.27% | 0.93% | - |
| XYZ | 55.99 | 72.38 | 56.92 | - |
| YUV | 211.35 | 113.13 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 185 | 0.27 | 0 | 0.22 | 0.07 | 131.43 | 0.62 | 0.8 |
| Hex | AD | EC | B9 | 1B | 0 | 16 | 7 | 83 | 3E | 50 |
| Octal | 255 | 354 | 271 | 33 | 0 | 26 | 7 | 203 | 76 | 120 |
| Binary | 10101101 | 11101100 | 10111001 | 11011 | 0 | 10110 | 111 | 10000011 | 111110 | 1010000 |
Color Harmonies of #ADECB9
Complementary color
Monochromatic Colors of #ADECB9
Black with #ADECB9
Text Example
Text Example
White with #ADECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECB9; }
p { color: rgb(173,236,185); }
H1.HeaderClassName
{
color: #ADECB9;
}
.AnyTagClassName
{
color: #ADECB9;
}
</style>
background-color css
<style>
a { background-color: #ADECB9; }
a { background-color: rgb(173,236,185); }
div.DivClassName
{
background-color: #ADECB9;
}
.BgClassName
{
background-color: #ADECB9;
}
</style>
border-color css
<style>
span { border-color: #ADECB9; }
span { border-color: rgb(173,236,185); }
td.TdClassName
{
border-color: #ADECB9;
}
.TagClassName
{
border-color: #ADECB9;
}
</style>