Shades of Fringy Flower #A8F0BE
Tints of Fringy Flower #A8F0BE
RGB
CMYK
RGB Variations
Color information
#A8F0BE (or 0xA8F0BE) is known color: Fringy Flower. HEX triplet: A8, F0 and BE. RGB value is (168,240,190). Sum of RGB (Red+Green+Blue) = 168+240+190=598 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.09% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F0BE is #570F41. Grayscale: #D4D4D4. Windows color (decimal): -5705538 or 12513448. OLE color: 12513448.
HSL color Cylindrical-coordinate representation of color #A8F0BE: hue angle of 138.33º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F0BE is Cyan = 0.3, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 190 | - |
| CMYK | 0.3 | 0 | 0.21 | 0.06 |
| HSL | 138.33º | 0.71% | 0.8% | - |
| HSV(B) | 138.33º | 0.3% | 0.94% | - |
| XYZ | 56.6 | 74.36 | 60.09 | - |
| YUV | 212.77 | 115.15 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 190 | 0.3 | 0 | 0.21 | 0.06 | 138.33 | 0.71 | 0.8 |
| Hex | A8 | F0 | BE | 1E | 0 | 15 | 6 | 8A | 47 | 50 |
| Octal | 250 | 360 | 276 | 36 | 0 | 25 | 6 | 212 | 107 | 120 |
| Binary | 10101000 | 11110000 | 10111110 | 11110 | 0 | 10101 | 110 | 10001010 | 1000111 | 1010000 |
Color Harmonies of #A8F0BE
Complementary color
Monochromatic Colors of #A8F0BE
Black with #A8F0BE
Text Example
Text Example
White with #A8F0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F0BE; }
p { color: rgb(168,240,190); }
H1.HeaderClassName
{
color: #A8F0BE;
}
.AnyTagClassName
{
color: #A8F0BE;
}
</style>
background-color css
<style>
a { background-color: #A8F0BE; }
a { background-color: rgb(168,240,190); }
div.DivClassName
{
background-color: #A8F0BE;
}
.BgClassName
{
background-color: #A8F0BE;
}
</style>
border-color css
<style>
span { border-color: #A8F0BE; }
span { border-color: rgb(168,240,190); }
td.TdClassName
{
border-color: #A8F0BE;
}
.TagClassName
{
border-color: #A8F0BE;
}
</style>