Shades of Fringy Flower #ADFCC0
Tints of Fringy Flower #ADFCC0
RGB
CMYK
RGB Variations
Color information
#ADFCC0 (or 0xADFCC0) is known color: Fringy Flower. HEX triplet: AD, FC and C0. RGB value is (173,252,192). Sum of RGB (Red+Green+Blue) = 173+252+192=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFCC0 is #52033F. Grayscale: #DDDDDD. Windows color (decimal): -5374784 or 12647597. OLE color: 12647597.
HSL color Cylindrical-coordinate representation of color #ADFCC0: hue angle of 134.43º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFCC0 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 192 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.01 |
| HSL | 134.43º | 0.93% | 0.83% | - |
| HSV(B) | 134.43º | 0.31% | 0.99% | - |
| XYZ | 61.56 | 82.31 | 62.51 | - |
| YUV | 221.54 | 111.33 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 192 | 0.31 | 0 | 0.24 | 0.01 | 134.43 | 0.93 | 0.83 |
| Hex | AD | FC | C0 | 1F | 0 | 18 | 1 | 86 | 5D | 53 |
| Octal | 255 | 374 | 300 | 37 | 0 | 30 | 1 | 206 | 135 | 123 |
| Binary | 10101101 | 11111100 | 11000000 | 11111 | 0 | 11000 | 1 | 10000110 | 1011101 | 1010011 |
Color Harmonies of #ADFCC0
Complementary color
Monochromatic Colors of #ADFCC0
Black with #ADFCC0
Text Example
Text Example
White with #ADFCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFCC0; }
p { color: rgb(173,252,192); }
H1.HeaderClassName
{
color: #ADFCC0;
}
.AnyTagClassName
{
color: #ADFCC0;
}
</style>
background-color css
<style>
a { background-color: #ADFCC0; }
a { background-color: rgb(173,252,192); }
div.DivClassName
{
background-color: #ADFCC0;
}
.BgClassName
{
background-color: #ADFCC0;
}
</style>
border-color css
<style>
span { border-color: #ADFCC0; }
span { border-color: rgb(173,252,192); }
td.TdClassName
{
border-color: #ADFCC0;
}
.TagClassName
{
border-color: #ADFCC0;
}
</style>