Shades of Fringy Flower #ADFFBA
Tints of Fringy Flower #ADFFBA
RGB
CMYK
RGB Variations
Color information
#ADFFBA (or 0xADFFBA) is known color: Fringy Flower. HEX triplet: AD, FF and BA. RGB value is (173,255,186). Sum of RGB (Red+Green+Blue) = 173+255+186=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFBA is #520045. Grayscale: #DEDEDE. Windows color (decimal): -5374022 or 12255149. OLE color: 12255149.
HSL color Cylindrical-coordinate representation of color #ADFFBA: hue angle of 129.51º 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 #ADFFBA is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
RGB | 173 | 255 | 186 | - |
CMYK | 0.32 | 0 | 0.27 | 0 |
HSL | 129.51º | 1% | 0.84% | - |
HSV(B) | 129.51º | 0.32% | 1% | - |
XYZ | 61.86 | 83.95 | 59.4 | - |
YUV | 222.62 | 107.33 | 92.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 255 | 186 | 0.32 | 0 | 0.27 | 0 | 129.51 | 1 | 0.84 |
Hex | AD | FF | BA | 20 | 0 | 1B | 0 | 82 | 64 | 54 |
Octal | 255 | 377 | 272 | 40 | 0 | 33 | 0 | 202 | 144 | 124 |
Binary | 10101101 | 11111111 | 10111010 | 100000 | 0 | 11011 | 0 | 10000010 | 1100100 | 1010100 |
Color Harmonies of #ADFFBA
Complementary color
Monochromatic Colors of #ADFFBA
Black with #ADFFBA
Text Example
Text Example
White with #ADFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFBA; }
p { color: rgb(173,255,186); }
H1.HeaderClassName
{
color: #ADFFBA;
}
.AnyTagClassName
{
color: #ADFFBA;
}
</style>
background-color css
<style>
a { background-color: #ADFFBA; }
a { background-color: rgb(173,255,186); }
div.DivClassName
{
background-color: #ADFFBA;
}
.BgClassName
{
background-color: #ADFFBA;
}
</style>
border-color css
<style>
span { border-color: #ADFFBA; }
span { border-color: rgb(173,255,186); }
td.TdClassName
{
border-color: #ADFFBA;
}
.TagClassName
{
border-color: #ADFFBA;
}
</style>