Shades of Fringy Flower #A2FFB8
Tints of Fringy Flower #A2FFB8
RGB
CMYK
RGB Variations
Color information
#A2FFB8 (or 0xA2FFB8) is known color: Fringy Flower. HEX triplet: A2, FF and B8. RGB value is (162,255,184). Sum of RGB (Red+Green+Blue) = 162+255+184=601 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.96% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 184 (72.27% from 255 or 30.62% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FFB8 is #5D0047. Grayscale: #DBDBDB. Windows color (decimal): -6094920 or 12124066. OLE color: 12124066.
HSL color Cylindrical-coordinate representation of color #A2FFB8: hue angle of 134.19º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FFB8 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 184 | - |
| CMYK | 0.36 | 0 | 0.28 | 0 |
| HSL | 134.19º | 1% | 0.82% | - |
| HSV(B) | 134.19º | 0.36% | 1% | - |
| XYZ | 59.31 | 82.66 | 58.18 | - |
| YUV | 219.1 | 108.19 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 184 | 0.36 | 0 | 0.28 | 0 | 134.19 | 1 | 0.82 |
| Hex | A2 | FF | B8 | 24 | 0 | 1C | 0 | 86 | 64 | 52 |
| Octal | 242 | 377 | 270 | 44 | 0 | 34 | 0 | 206 | 144 | 122 |
| Binary | 10100010 | 11111111 | 10111000 | 100100 | 0 | 11100 | 0 | 10000110 | 1100100 | 1010010 |
Color Harmonies of #A2FFB8
Complementary color
Monochromatic Colors of #A2FFB8
Black with #A2FFB8
Text Example
Text Example
White with #A2FFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FFB8; }
p { color: rgb(162,255,184); }
H1.HeaderClassName
{
color: #A2FFB8;
}
.AnyTagClassName
{
color: #A2FFB8;
}
</style>
background-color css
<style>
a { background-color: #A2FFB8; }
a { background-color: rgb(162,255,184); }
div.DivClassName
{
background-color: #A2FFB8;
}
.BgClassName
{
background-color: #A2FFB8;
}
</style>
border-color css
<style>
span { border-color: #A2FFB8; }
span { border-color: rgb(162,255,184); }
td.TdClassName
{
border-color: #A2FFB8;
}
.TagClassName
{
border-color: #A2FFB8;
}
</style>