Shades of Fringy Flower #A8F0B8
Tints of Fringy Flower #A8F0B8
RGB
CMYK
RGB Variations
Color information
#A8F0B8 (or 0xA8F0B8) is known color: Fringy Flower. HEX triplet: A8, F0 and B8. RGB value is (168,240,184). Sum of RGB (Red+Green+Blue) = 168+240+184=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 184 (72.27% from 255 or 31.08% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F0B8 is #570F47. Grayscale: #D4D4D4. Windows color (decimal): -5705544 or 12120232. OLE color: 12120232.
HSL color Cylindrical-coordinate representation of color #A8F0B8: hue angle of 133.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 #A8F0B8 is Cyan = 0.3, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 184 | - |
| CMYK | 0.3 | 0 | 0.23 | 0.06 |
| HSL | 133.33º | 0.71% | 0.8% | - |
| HSV(B) | 133.33º | 0.3% | 0.94% | - |
| XYZ | 55.96 | 74.11 | 56.7 | - |
| YUV | 212.09 | 112.15 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 184 | 0.3 | 0 | 0.23 | 0.06 | 133.33 | 0.71 | 0.8 |
| Hex | A8 | F0 | B8 | 1E | 0 | 17 | 6 | 85 | 47 | 50 |
| Octal | 250 | 360 | 270 | 36 | 0 | 27 | 6 | 205 | 107 | 120 |
| Binary | 10101000 | 11110000 | 10111000 | 11110 | 0 | 10111 | 110 | 10000101 | 1000111 | 1010000 |
Color Harmonies of #A8F0B8
Complementary color
Monochromatic Colors of #A8F0B8
Black with #A8F0B8
Text Example
Text Example
White with #A8F0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F0B8; }
p { color: rgb(168,240,184); }
H1.HeaderClassName
{
color: #A8F0B8;
}
.AnyTagClassName
{
color: #A8F0B8;
}
</style>
background-color css
<style>
a { background-color: #A8F0B8; }
a { background-color: rgb(168,240,184); }
div.DivClassName
{
background-color: #A8F0B8;
}
.BgClassName
{
background-color: #A8F0B8;
}
</style>
border-color css
<style>
span { border-color: #A8F0B8; }
span { border-color: rgb(168,240,184); }
td.TdClassName
{
border-color: #A8F0B8;
}
.TagClassName
{
border-color: #A8F0B8;
}
</style>