Shades of Fringy Flower #ADF4BA
Tints of Fringy Flower #ADF4BA
RGB
CMYK
RGB Variations
Color information
#ADF4BA (or 0xADF4BA) is known color: Fringy Flower. HEX triplet: AD, F4 and BA. RGB value is (173,244,186). Sum of RGB (Red+Green+Blue) = 173+244+186=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 244 (95.70% from 255 or 40.46% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF4BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF4BA is #520B45. Grayscale: #D8D8D8. Windows color (decimal): -5376838 or 12252333. OLE color: 12252333.
HSL color Cylindrical-coordinate representation of color #ADF4BA: hue angle of 130.99º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF4BA is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 244 | 186 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.04 |
| HSL | 130.99º | 0.76% | 0.82% | - |
| HSV(B) | 130.99º | 0.29% | 0.96% | - |
| XYZ | 58.45 | 77.13 | 58.26 | - |
| YUV | 216.16 | 110.98 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 244 | 186 | 0.29 | 0 | 0.24 | 0.04 | 130.99 | 0.76 | 0.82 |
| Hex | AD | F4 | BA | 1D | 0 | 18 | 4 | 83 | 4C | 52 |
| Octal | 255 | 364 | 272 | 35 | 0 | 30 | 4 | 203 | 114 | 122 |
| Binary | 10101101 | 11110100 | 10111010 | 11101 | 0 | 11000 | 100 | 10000011 | 1001100 | 1010010 |
Color Harmonies of #ADF4BA
Complementary color
Monochromatic Colors of #ADF4BA
Black with #ADF4BA
Text Example
Text Example
White with #ADF4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF4BA; }
p { color: rgb(173,244,186); }
H1.HeaderClassName
{
color: #ADF4BA;
}
.AnyTagClassName
{
color: #ADF4BA;
}
</style>
background-color css
<style>
a { background-color: #ADF4BA; }
a { background-color: rgb(173,244,186); }
div.DivClassName
{
background-color: #ADF4BA;
}
.BgClassName
{
background-color: #ADF4BA;
}
</style>
border-color css
<style>
span { border-color: #ADF4BA; }
span { border-color: rgb(173,244,186); }
td.TdClassName
{
border-color: #ADF4BA;
}
.TagClassName
{
border-color: #ADF4BA;
}
</style>