Shades of Fringy Flower #ADFFC0
Tints of Fringy Flower #ADFFC0
RGB
CMYK
RGB Variations
Color information
#ADFFC0 (or 0xADFFC0) is known color: Fringy Flower. HEX triplet: AD, FF and C0. RGB value is (173,255,192). Sum of RGB (Red+Green+Blue) = 173+255+192=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFC0 is #52003F. Grayscale: #DFDFDF. Windows color (decimal): -5374016 or 12648365. OLE color: 12648365.
HSL color Cylindrical-coordinate representation of color #ADFFC0: hue angle of 133.9º 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 #ADFFC0 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 192 | - |
| CMYK | 0.32 | 0 | 0.25 | 0 |
| HSL | 133.9º | 1% | 0.84% | - |
| HSV(B) | 133.9º | 0.32% | 1% | - |
| XYZ | 62.51 | 84.21 | 62.83 | - |
| YUV | 223.3 | 110.33 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 192 | 0.32 | 0 | 0.25 | 0 | 133.9 | 1 | 0.84 |
| Hex | AD | FF | C0 | 20 | 0 | 19 | 0 | 86 | 64 | 54 |
| Octal | 255 | 377 | 300 | 40 | 0 | 31 | 0 | 206 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11000000 | 100000 | 0 | 11001 | 0 | 10000110 | 1100100 | 1010100 |
Color Harmonies of #ADFFC0
Complementary color
Monochromatic Colors of #ADFFC0
Black with #ADFFC0
Text Example
Text Example
White with #ADFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFC0; }
p { color: rgb(173,255,192); }
H1.HeaderClassName
{
color: #ADFFC0;
}
.AnyTagClassName
{
color: #ADFFC0;
}
</style>
background-color css
<style>
a { background-color: #ADFFC0; }
a { background-color: rgb(173,255,192); }
div.DivClassName
{
background-color: #ADFFC0;
}
.BgClassName
{
background-color: #ADFFC0;
}
</style>
border-color css
<style>
span { border-color: #ADFFC0; }
span { border-color: rgb(173,255,192); }
td.TdClassName
{
border-color: #ADFFC0;
}
.TagClassName
{
border-color: #ADFFC0;
}
</style>