Shades of Fringy Flower #A8F4BD
Tints of Fringy Flower #A8F4BD
RGB
CMYK
RGB Variations
Color information
#A8F4BD (or 0xA8F4BD) is known color: Fringy Flower. HEX triplet: A8, F4 and BD. RGB value is (168,244,189). Sum of RGB (Red+Green+Blue) = 168+244+189=601 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.95% from 601); Green value is 244 (95.70% from 255 or 40.60% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F4BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F4BD is #570B42. Grayscale: #D7D7D7. Windows color (decimal): -5704515 or 12448936. OLE color: 12448936.
HSL color Cylindrical-coordinate representation of color #A8F4BD: hue angle of 136.58º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F4BD is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 244 | 189 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.04 |
| HSL | 136.58º | 0.78% | 0.81% | - |
| HSV(B) | 136.58º | 0.31% | 0.96% | - |
| XYZ | 57.68 | 76.7 | 59.91 | - |
| YUV | 215.01 | 113.32 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 189 | 0.31 | 0 | 0.23 | 0.04 | 136.58 | 0.78 | 0.81 |
| Hex | A8 | F4 | BD | 1F | 0 | 17 | 4 | 89 | 4E | 51 |
| Octal | 250 | 364 | 275 | 37 | 0 | 27 | 4 | 211 | 116 | 121 |
| Binary | 10101000 | 11110100 | 10111101 | 11111 | 0 | 10111 | 100 | 10001001 | 1001110 | 1010001 |
Color Harmonies of #A8F4BD
Complementary color
Monochromatic Colors of #A8F4BD
Black with #A8F4BD
Text Example
Text Example
White with #A8F4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F4BD; }
p { color: rgb(168,244,189); }
H1.HeaderClassName
{
color: #A8F4BD;
}
.AnyTagClassName
{
color: #A8F4BD;
}
</style>
background-color css
<style>
a { background-color: #A8F4BD; }
a { background-color: rgb(168,244,189); }
div.DivClassName
{
background-color: #A8F4BD;
}
.BgClassName
{
background-color: #A8F4BD;
}
</style>
border-color css
<style>
span { border-color: #A8F4BD; }
span { border-color: rgb(168,244,189); }
td.TdClassName
{
border-color: #A8F4BD;
}
.TagClassName
{
border-color: #A8F4BD;
}
</style>