Shades of Fringy Flower #ADFFB8
Tints of Fringy Flower #ADFFB8
RGB
CMYK
RGB Variations
Color information
#ADFFB8 (or 0xADFFB8) is known color: Fringy Flower. HEX triplet: AD, FF and B8. RGB value is (173,255,184). Sum of RGB (Red+Green+Blue) = 173+255+184=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFB8 is #520047. Grayscale: #DEDEDE. Windows color (decimal): -5374024 or 12124077. OLE color: 12124077.
HSL color Cylindrical-coordinate representation of color #ADFFB8: hue angle of 128.05º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFFB8 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 184 | - |
| CMYK | 0.32 | 0 | 0.28 | 0 |
| HSL | 128.05º | 1% | 0.84% | - |
| HSV(B) | 128.05º | 0.32% | 1% | - |
| XYZ | 61.65 | 83.86 | 58.29 | - |
| YUV | 222.39 | 106.33 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 184 | 0.32 | 0 | 0.28 | 0 | 128.05 | 1 | 0.84 |
| Hex | AD | FF | B8 | 20 | 0 | 1C | 0 | 80 | 64 | 54 |
| Octal | 255 | 377 | 270 | 40 | 0 | 34 | 0 | 200 | 144 | 124 |
| Binary | 10101101 | 11111111 | 10111000 | 100000 | 0 | 11100 | 0 | 10000000 | 1100100 | 1010100 |
Color Harmonies of #ADFFB8
Complementary color
Monochromatic Colors of #ADFFB8
Black with #ADFFB8
Text Example
Text Example
White with #ADFFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFB8; }
p { color: rgb(173,255,184); }
H1.HeaderClassName
{
color: #ADFFB8;
}
.AnyTagClassName
{
color: #ADFFB8;
}
</style>
background-color css
<style>
a { background-color: #ADFFB8; }
a { background-color: rgb(173,255,184); }
div.DivClassName
{
background-color: #ADFFB8;
}
.BgClassName
{
background-color: #ADFFB8;
}
</style>
border-color css
<style>
span { border-color: #ADFFB8; }
span { border-color: rgb(173,255,184); }
td.TdClassName
{
border-color: #ADFFB8;
}
.TagClassName
{
border-color: #ADFFB8;
}
</style>