Shades of Fringy Flower #A8F2B9
Tints of Fringy Flower #A8F2B9
RGB
CMYK
RGB Variations
Color information
#A8F2B9 (or 0xA8F2B9) is known color: Fringy Flower. HEX triplet: A8, F2 and B9. RGB value is (168,242,185). Sum of RGB (Red+Green+Blue) = 168+242+185=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F2B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F2B9 is #570D46. Grayscale: #D5D5D5. Windows color (decimal): -5705031 or 12186280. OLE color: 12186280.
HSL color Cylindrical-coordinate representation of color #A8F2B9: hue angle of 133.78º 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 #A8F2B9 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 185 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.05 |
| HSL | 133.78º | 0.74% | 0.8% | - |
| HSV(B) | 133.78º | 0.31% | 0.95% | - |
| XYZ | 56.66 | 75.33 | 57.45 | - |
| YUV | 213.38 | 111.98 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 185 | 0.31 | 0 | 0.24 | 0.05 | 133.78 | 0.74 | 0.8 |
| Hex | A8 | F2 | B9 | 1F | 0 | 18 | 5 | 86 | 4A | 50 |
| Octal | 250 | 362 | 271 | 37 | 0 | 30 | 5 | 206 | 112 | 120 |
| Binary | 10101000 | 11110010 | 10111001 | 11111 | 0 | 11000 | 101 | 10000110 | 1001010 | 1010000 |
Color Harmonies of #A8F2B9
Complementary color
Monochromatic Colors of #A8F2B9
Black with #A8F2B9
Text Example
Text Example
White with #A8F2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F2B9; }
p { color: rgb(168,242,185); }
H1.HeaderClassName
{
color: #A8F2B9;
}
.AnyTagClassName
{
color: #A8F2B9;
}
</style>
background-color css
<style>
a { background-color: #A8F2B9; }
a { background-color: rgb(168,242,185); }
div.DivClassName
{
background-color: #A8F2B9;
}
.BgClassName
{
background-color: #A8F2B9;
}
</style>
border-color css
<style>
span { border-color: #A8F2B9; }
span { border-color: rgb(168,242,185); }
td.TdClassName
{
border-color: #A8F2B9;
}
.TagClassName
{
border-color: #A8F2B9;
}
</style>