Shades of Fringy Flower #ADF2C0
Tints of Fringy Flower #ADF2C0
RGB
CMYK
RGB Variations
Color information
#ADF2C0 (or 0xADF2C0) is known color: Fringy Flower. HEX triplet: AD, F2 and C0. RGB value is (173,242,192). Sum of RGB (Red+Green+Blue) = 173+242+192=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2C0 is #520D3F. Grayscale: #D7D7D7. Windows color (decimal): -5377344 or 12645037. OLE color: 12645037.
HSL color Cylindrical-coordinate representation of color #ADF2C0: hue angle of 136.52º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF2C0 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 192 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.05 |
| HSL | 136.52º | 0.73% | 0.81% | - |
| HSV(B) | 136.52º | 0.29% | 0.95% | - |
| XYZ | 58.5 | 76.19 | 61.49 | - |
| YUV | 215.67 | 114.64 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 192 | 0.29 | 0 | 0.21 | 0.05 | 136.52 | 0.73 | 0.81 |
| Hex | AD | F2 | C0 | 1D | 0 | 15 | 5 | 89 | 49 | 51 |
| Octal | 255 | 362 | 300 | 35 | 0 | 25 | 5 | 211 | 111 | 121 |
| Binary | 10101101 | 11110010 | 11000000 | 11101 | 0 | 10101 | 101 | 10001001 | 1001001 | 1010001 |
Color Harmonies of #ADF2C0
Complementary color
Monochromatic Colors of #ADF2C0
Black with #ADF2C0
Text Example
Text Example
White with #ADF2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF2C0; }
p { color: rgb(173,242,192); }
H1.HeaderClassName
{
color: #ADF2C0;
}
.AnyTagClassName
{
color: #ADF2C0;
}
</style>
background-color css
<style>
a { background-color: #ADF2C0; }
a { background-color: rgb(173,242,192); }
div.DivClassName
{
background-color: #ADF2C0;
}
.BgClassName
{
background-color: #ADF2C0;
}
</style>
border-color css
<style>
span { border-color: #ADF2C0; }
span { border-color: rgb(173,242,192); }
td.TdClassName
{
border-color: #ADF2C0;
}
.TagClassName
{
border-color: #ADF2C0;
}
</style>