Shades of Fringy Flower #ADF1BA
Tints of Fringy Flower #ADF1BA
RGB
CMYK
RGB Variations
Color information
#ADF1BA (or 0xADF1BA) is known color: Fringy Flower. HEX triplet: AD, F1 and BA. RGB value is (173,241,186). Sum of RGB (Red+Green+Blue) = 173+241+186=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1BA is #520E45. Grayscale: #D6D6D6. Windows color (decimal): -5377606 or 12251565. OLE color: 12251565.
HSL color Cylindrical-coordinate representation of color #ADF1BA: hue angle of 131.47º 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 #ADF1BA is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 186 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.05 |
| HSL | 131.47º | 0.71% | 0.81% | - |
| HSV(B) | 131.47º | 0.28% | 0.95% | - |
| XYZ | 57.55 | 75.34 | 57.96 | - |
| YUV | 214.4 | 111.97 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 186 | 0.28 | 0 | 0.23 | 0.05 | 131.47 | 0.71 | 0.81 |
| Hex | AD | F1 | BA | 1C | 0 | 17 | 5 | 83 | 47 | 51 |
| Octal | 255 | 361 | 272 | 34 | 0 | 27 | 5 | 203 | 107 | 121 |
| Binary | 10101101 | 11110001 | 10111010 | 11100 | 0 | 10111 | 101 | 10000011 | 1000111 | 1010001 |
Color Harmonies of #ADF1BA
Complementary color
Monochromatic Colors of #ADF1BA
Black with #ADF1BA
Text Example
Text Example
White with #ADF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1BA; }
p { color: rgb(173,241,186); }
H1.HeaderClassName
{
color: #ADF1BA;
}
.AnyTagClassName
{
color: #ADF1BA;
}
</style>
background-color css
<style>
a { background-color: #ADF1BA; }
a { background-color: rgb(173,241,186); }
div.DivClassName
{
background-color: #ADF1BA;
}
.BgClassName
{
background-color: #ADF1BA;
}
</style>
border-color css
<style>
span { border-color: #ADF1BA; }
span { border-color: rgb(173,241,186); }
td.TdClassName
{
border-color: #ADF1BA;
}
.TagClassName
{
border-color: #ADF1BA;
}
</style>