Shades of Fringy Flower #A8F2BD
Tints of Fringy Flower #A8F2BD
RGB
CMYK
RGB Variations
Color information
#A8F2BD (or 0xA8F2BD) is known color: Fringy Flower. HEX triplet: A8, F2 and BD. RGB value is (168,242,189). Sum of RGB (Red+Green+Blue) = 168+242+189=599 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.05% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F2BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F2BD is #570D42. Grayscale: #D5D5D5. Windows color (decimal): -5705027 or 12448424. OLE color: 12448424.
HSL color Cylindrical-coordinate representation of color #A8F2BD: hue angle of 137.03º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F2BD is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 189 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.05 |
| HSL | 137.03º | 0.74% | 0.8% | - |
| HSV(B) | 137.03º | 0.31% | 0.95% | - |
| XYZ | 57.09 | 75.5 | 59.71 | - |
| YUV | 213.83 | 113.98 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 189 | 0.31 | 0 | 0.22 | 0.05 | 137.03 | 0.74 | 0.8 |
| Hex | A8 | F2 | BD | 1F | 0 | 16 | 5 | 89 | 4A | 50 |
| Octal | 250 | 362 | 275 | 37 | 0 | 26 | 5 | 211 | 112 | 120 |
| Binary | 10101000 | 11110010 | 10111101 | 11111 | 0 | 10110 | 101 | 10001001 | 1001010 | 1010000 |
Color Harmonies of #A8F2BD
Complementary color
Monochromatic Colors of #A8F2BD
Black with #A8F2BD
Text Example
Text Example
White with #A8F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F2BD; }
p { color: rgb(168,242,189); }
H1.HeaderClassName
{
color: #A8F2BD;
}
.AnyTagClassName
{
color: #A8F2BD;
}
</style>
background-color css
<style>
a { background-color: #A8F2BD; }
a { background-color: rgb(168,242,189); }
div.DivClassName
{
background-color: #A8F2BD;
}
.BgClassName
{
background-color: #A8F2BD;
}
</style>
border-color css
<style>
span { border-color: #A8F2BD; }
span { border-color: rgb(168,242,189); }
td.TdClassName
{
border-color: #A8F2BD;
}
.TagClassName
{
border-color: #A8F2BD;
}
</style>