Shades of Fringy Flower #ADF7C0
Tints of Fringy Flower #ADF7C0
RGB
CMYK
RGB Variations
Color information
#ADF7C0 (or 0xADF7C0) is known color: Fringy Flower. HEX triplet: AD, F7 and C0. RGB value is (173,247,192). Sum of RGB (Red+Green+Blue) = 173+247+192=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 247 (96.88% from 255 or 40.36% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF7C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF7C0 is #52083F. Grayscale: #DADADA. Windows color (decimal): -5376064 or 12646317. OLE color: 12646317.
HSL color Cylindrical-coordinate representation of color #ADF7C0: hue angle of 135.41º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF7C0 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 192 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.03 |
| HSL | 135.41º | 0.82% | 0.82% | - |
| HSV(B) | 135.41º | 0.3% | 0.97% | - |
| XYZ | 60.01 | 79.21 | 62 | - |
| YUV | 218.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 192 | 0.30 | 0 | 0.22 | 0.03 | 135.41 | 0.82 | 0.82 |
| Hex | AD | F7 | C0 | 1E | 0 | 16 | 3 | 87 | 52 | 52 |
| Octal | 255 | 367 | 300 | 36 | 0 | 26 | 3 | 207 | 122 | 122 |
| Binary | 10101101 | 11110111 | 11000000 | 11110 | 0 | 10110 | 11 | 10000111 | 1010010 | 1010010 |
Color Harmonies of #ADF7C0
Complementary color
Monochromatic Colors of #ADF7C0
Black with #ADF7C0
Text Example
Text Example
White with #ADF7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF7C0; }
p { color: rgb(173,247,192); }
H1.HeaderClassName
{
color: #ADF7C0;
}
.AnyTagClassName
{
color: #ADF7C0;
}
</style>
background-color css
<style>
a { background-color: #ADF7C0; }
a { background-color: rgb(173,247,192); }
div.DivClassName
{
background-color: #ADF7C0;
}
.BgClassName
{
background-color: #ADF7C0;
}
</style>
border-color css
<style>
span { border-color: #ADF7C0; }
span { border-color: rgb(173,247,192); }
td.TdClassName
{
border-color: #ADF7C0;
}
.TagClassName
{
border-color: #ADF7C0;
}
</style>