Shades of Fringy Flower #A8EFBF
Tints of Fringy Flower #A8EFBF
RGB
CMYK
RGB Variations
Color information
#A8EFBF (or 0xA8EFBF) is known color: Fringy Flower. HEX triplet: A8, EF and BF. RGB value is (168,239,191). Sum of RGB (Red+Green+Blue) = 168+239+191=598 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.09% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EFBF is #571040. Grayscale: #D4D4D4. Windows color (decimal): -5705793 or 12578728. OLE color: 12578728.
HSL color Cylindrical-coordinate representation of color #A8EFBF: hue angle of 139.44º degrees, saturation: 0.69, 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 #A8EFBF is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 191 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.06 |
| HSL | 139.44º | 0.69% | 0.8% | - |
| HSV(B) | 139.44º | 0.3% | 0.94% | - |
| XYZ | 56.42 | 73.82 | 60.57 | - |
| YUV | 212.3 | 115.98 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 191 | 0.30 | 0 | 0.20 | 0.06 | 139.44 | 0.69 | 0.8 |
| Hex | A8 | EF | BF | 1E | 0 | 14 | 6 | 8B | 45 | 50 |
| Octal | 250 | 357 | 277 | 36 | 0 | 24 | 6 | 213 | 105 | 120 |
| Binary | 10101000 | 11101111 | 10111111 | 11110 | 0 | 10100 | 110 | 10001011 | 1000101 | 1010000 |
Color Harmonies of #A8EFBF
Complementary color
Monochromatic Colors of #A8EFBF
Black with #A8EFBF
Text Example
Text Example
White with #A8EFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EFBF; }
p { color: rgb(168,239,191); }
H1.HeaderClassName
{
color: #A8EFBF;
}
.AnyTagClassName
{
color: #A8EFBF;
}
</style>
background-color css
<style>
a { background-color: #A8EFBF; }
a { background-color: rgb(168,239,191); }
div.DivClassName
{
background-color: #A8EFBF;
}
.BgClassName
{
background-color: #A8EFBF;
}
</style>
border-color css
<style>
span { border-color: #A8EFBF; }
span { border-color: rgb(168,239,191); }
td.TdClassName
{
border-color: #A8EFBF;
}
.TagClassName
{
border-color: #A8EFBF;
}
</style>