Shades of Fringy Flower #A2F4BC
Tints of Fringy Flower #A2F4BC
RGB
CMYK
RGB Variations
Color information
#A2F4BC (or 0xA2F4BC) is known color: Fringy Flower. HEX triplet: A2, F4 and BC. RGB value is (162,244,188). Sum of RGB (Red+Green+Blue) = 162+244+188=594 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.27% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F4BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F4BC is #5D0B43. Grayscale: #D5D5D5. Windows color (decimal): -6097732 or 12383394. OLE color: 12383394.
HSL color Cylindrical-coordinate representation of color #A2F4BC: hue angle of 139.02º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2F4BC is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 244 | 188 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.04 |
| HSL | 139.02º | 0.79% | 0.8% | - |
| HSV(B) | 139.02º | 0.34% | 0.96% | - |
| XYZ | 56.33 | 76.01 | 59.28 | - |
| YUV | 213.1 | 113.83 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 244 | 188 | 0.34 | 0 | 0.23 | 0.04 | 139.02 | 0.79 | 0.8 |
| Hex | A2 | F4 | BC | 22 | 0 | 17 | 4 | 8B | 4F | 50 |
| Octal | 242 | 364 | 274 | 42 | 0 | 27 | 4 | 213 | 117 | 120 |
| Binary | 10100010 | 11110100 | 10111100 | 100010 | 0 | 10111 | 100 | 10001011 | 1001111 | 1010000 |
Color Harmonies of #A2F4BC
Complementary color
Monochromatic Colors of #A2F4BC
Black with #A2F4BC
Text Example
Text Example
White with #A2F4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F4BC; }
p { color: rgb(162,244,188); }
H1.HeaderClassName
{
color: #A2F4BC;
}
.AnyTagClassName
{
color: #A2F4BC;
}
</style>
background-color css
<style>
a { background-color: #A2F4BC; }
a { background-color: rgb(162,244,188); }
div.DivClassName
{
background-color: #A2F4BC;
}
.BgClassName
{
background-color: #A2F4BC;
}
</style>
border-color css
<style>
span { border-color: #A2F4BC; }
span { border-color: rgb(162,244,188); }
td.TdClassName
{
border-color: #A2F4BC;
}
.TagClassName
{
border-color: #A2F4BC;
}
</style>