Shades of Fringy Flower #ADFFC2
Tints of Fringy Flower #ADFFC2
RGB
CMYK
RGB Variations
Color information
#ADFFC2 (or 0xADFFC2) is known color: Fringy Flower. HEX triplet: AD, FF and C2. RGB value is (173,255,194). Sum of RGB (Red+Green+Blue) = 173+255+194=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFC2 is #52003D. Grayscale: #DFDFDF. Windows color (decimal): -5374014 or 12779437. OLE color: 12779437.
HSL color Cylindrical-coordinate representation of color #ADFFC2: hue angle of 135.37º 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 #ADFFC2 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 194 | - |
| CMYK | 0.32 | 0 | 0.24 | 0 |
| HSL | 135.37º | 1% | 0.84% | - |
| HSV(B) | 135.37º | 0.32% | 1% | - |
| XYZ | 62.73 | 84.3 | 64 | - |
| YUV | 223.53 | 111.33 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 194 | 0.32 | 0 | 0.24 | 0 | 135.37 | 1 | 0.84 |
| Hex | AD | FF | C2 | 20 | 0 | 18 | 0 | 87 | 64 | 54 |
| Octal | 255 | 377 | 302 | 40 | 0 | 30 | 0 | 207 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11000010 | 100000 | 0 | 11000 | 0 | 10000111 | 1100100 | 1010100 |
Color Harmonies of #ADFFC2
Complementary color
Monochromatic Colors of #ADFFC2
Black with #ADFFC2
Text Example
Text Example
White with #ADFFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFC2; }
p { color: rgb(173,255,194); }
H1.HeaderClassName
{
color: #ADFFC2;
}
.AnyTagClassName
{
color: #ADFFC2;
}
</style>
background-color css
<style>
a { background-color: #ADFFC2; }
a { background-color: rgb(173,255,194); }
div.DivClassName
{
background-color: #ADFFC2;
}
.BgClassName
{
background-color: #ADFFC2;
}
</style>
border-color css
<style>
span { border-color: #ADFFC2; }
span { border-color: rgb(173,255,194); }
td.TdClassName
{
border-color: #ADFFC2;
}
.TagClassName
{
border-color: #ADFFC2;
}
</style>