Shades of Fringy Flower #ADF0B8
Tints of Fringy Flower #ADF0B8
RGB
CMYK
RGB Variations
Color information
#ADF0B8 (or 0xADF0B8) is known color: Fringy Flower. HEX triplet: AD, F0 and B8. RGB value is (173,240,184). Sum of RGB (Red+Green+Blue) = 173+240+184=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 184 (72.27% from 255 or 30.82% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF0B8 is #520F47. Grayscale: #D5D5D5. Windows color (decimal): -5377864 or 12120237. OLE color: 12120237.
HSL color Cylindrical-coordinate representation of color #ADF0B8: hue angle of 129.85º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF0B8 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 184 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.06 |
| HSL | 129.85º | 0.69% | 0.81% | - |
| HSV(B) | 129.85º | 0.28% | 0.94% | - |
| XYZ | 57.05 | 74.67 | 56.75 | - |
| YUV | 213.58 | 111.3 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 184 | 0.28 | 0 | 0.23 | 0.06 | 129.85 | 0.69 | 0.81 |
| Hex | AD | F0 | B8 | 1C | 0 | 17 | 6 | 82 | 45 | 51 |
| Octal | 255 | 360 | 270 | 34 | 0 | 27 | 6 | 202 | 105 | 121 |
| Binary | 10101101 | 11110000 | 10111000 | 11100 | 0 | 10111 | 110 | 10000010 | 1000101 | 1010001 |
Color Harmonies of #ADF0B8
Complementary color
Monochromatic Colors of #ADF0B8
Black with #ADF0B8
Text Example
Text Example
White with #ADF0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF0B8; }
p { color: rgb(173,240,184); }
H1.HeaderClassName
{
color: #ADF0B8;
}
.AnyTagClassName
{
color: #ADF0B8;
}
</style>
background-color css
<style>
a { background-color: #ADF0B8; }
a { background-color: rgb(173,240,184); }
div.DivClassName
{
background-color: #ADF0B8;
}
.BgClassName
{
background-color: #ADF0B8;
}
</style>
border-color css
<style>
span { border-color: #ADF0B8; }
span { border-color: rgb(173,240,184); }
td.TdClassName
{
border-color: #ADF0B8;
}
.TagClassName
{
border-color: #ADF0B8;
}
</style>