Shades of Fringy Flower #ADF0C2
Tints of Fringy Flower #ADF0C2
RGB
CMYK
RGB Variations
Color information
#ADF0C2 (or 0xADF0C2) is known color: Fringy Flower. HEX triplet: AD, F0 and C2. RGB value is (173,240,194). Sum of RGB (Red+Green+Blue) = 173+240+194=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF0C2 is #520F3D. Grayscale: #D6D6D6. Windows color (decimal): -5377854 or 12775597. OLE color: 12775597.
HSL color Cylindrical-coordinate representation of color #ADF0C2: hue angle of 138.81º 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 #ADF0C2 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 194 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.06 |
| HSL | 138.81º | 0.69% | 0.81% | - |
| HSV(B) | 138.81º | 0.28% | 0.94% | - |
| XYZ | 58.13 | 75.1 | 62.47 | - |
| YUV | 214.72 | 116.3 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 194 | 0.28 | 0 | 0.19 | 0.06 | 138.81 | 0.69 | 0.81 |
| Hex | AD | F0 | C2 | 1C | 0 | 13 | 6 | 8B | 45 | 51 |
| Octal | 255 | 360 | 302 | 34 | 0 | 23 | 6 | 213 | 105 | 121 |
| Binary | 10101101 | 11110000 | 11000010 | 11100 | 0 | 10011 | 110 | 10001011 | 1000101 | 1010001 |
Color Harmonies of #ADF0C2
Complementary color
Monochromatic Colors of #ADF0C2
Black with #ADF0C2
Text Example
Text Example
White with #ADF0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF0C2; }
p { color: rgb(173,240,194); }
H1.HeaderClassName
{
color: #ADF0C2;
}
.AnyTagClassName
{
color: #ADF0C2;
}
</style>
background-color css
<style>
a { background-color: #ADF0C2; }
a { background-color: rgb(173,240,194); }
div.DivClassName
{
background-color: #ADF0C2;
}
.BgClassName
{
background-color: #ADF0C2;
}
</style>
border-color css
<style>
span { border-color: #ADF0C2; }
span { border-color: rgb(173,240,194); }
td.TdClassName
{
border-color: #ADF0C2;
}
.TagClassName
{
border-color: #ADF0C2;
}
</style>