Shades of Fringy Flower #ADF1C3
Tints of Fringy Flower #ADF1C3
RGB
CMYK
RGB Variations
Color information
#ADF1C3 (or 0xADF1C3) is known color: Fringy Flower. HEX triplet: AD, F1 and C3. RGB value is (173,241,195). Sum of RGB (Red+Green+Blue) = 173+241+195=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 241 (94.53% from 255 or 39.57% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1C3 is #520E3C. Grayscale: #D7D7D7. Windows color (decimal): -5377597 or 12841389. OLE color: 12841389.
HSL color Cylindrical-coordinate representation of color #ADF1C3: hue angle of 139.41º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF1C3 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 195 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.05 |
| HSL | 139.41º | 0.71% | 0.81% | - |
| HSV(B) | 139.41º | 0.28% | 0.95% | - |
| XYZ | 58.54 | 75.73 | 63.16 | - |
| YUV | 215.42 | 116.47 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 195 | 0.28 | 0 | 0.19 | 0.05 | 139.41 | 0.71 | 0.81 |
| Hex | AD | F1 | C3 | 1C | 0 | 13 | 5 | 8B | 47 | 51 |
| Octal | 255 | 361 | 303 | 34 | 0 | 23 | 5 | 213 | 107 | 121 |
| Binary | 10101101 | 11110001 | 11000011 | 11100 | 0 | 10011 | 101 | 10001011 | 1000111 | 1010001 |
Color Harmonies of #ADF1C3
Complementary color
Monochromatic Colors of #ADF1C3
Black with #ADF1C3
Text Example
Text Example
White with #ADF1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1C3; }
p { color: rgb(173,241,195); }
H1.HeaderClassName
{
color: #ADF1C3;
}
.AnyTagClassName
{
color: #ADF1C3;
}
</style>
background-color css
<style>
a { background-color: #ADF1C3; }
a { background-color: rgb(173,241,195); }
div.DivClassName
{
background-color: #ADF1C3;
}
.BgClassName
{
background-color: #ADF1C3;
}
</style>
border-color css
<style>
span { border-color: #ADF1C3; }
span { border-color: rgb(173,241,195); }
td.TdClassName
{
border-color: #ADF1C3;
}
.TagClassName
{
border-color: #ADF1C3;
}
</style>