Shades of Fringy Flower #A8EDB9
Tints of Fringy Flower #A8EDB9
RGB
CMYK
RGB Variations
Color information
#A8EDB9 (or 0xA8EDB9) is known color: Fringy Flower. HEX triplet: A8, ED and B9. RGB value is (168,237,185). Sum of RGB (Red+Green+Blue) = 168+237+185=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDB9 is #571246. Grayscale: #D2D2D2. Windows color (decimal): -5706311 or 12185000. OLE color: 12185000.
HSL color Cylindrical-coordinate representation of color #A8EDB9: hue angle of 134.78º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EDB9 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 185 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.07 |
| HSL | 134.78º | 0.66% | 0.79% | - |
| HSV(B) | 134.78º | 0.29% | 0.93% | - |
| XYZ | 55.19 | 72.4 | 56.96 | - |
| YUV | 210.44 | 113.64 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 185 | 0.29 | 0 | 0.22 | 0.07 | 134.78 | 0.66 | 0.79 |
| Hex | A8 | ED | B9 | 1D | 0 | 16 | 7 | 87 | 42 | 4F |
| Octal | 250 | 355 | 271 | 35 | 0 | 26 | 7 | 207 | 102 | 117 |
| Binary | 10101000 | 11101101 | 10111001 | 11101 | 0 | 10110 | 111 | 10000111 | 1000010 | 1001111 |
Color Harmonies of #A8EDB9
Complementary color
Monochromatic Colors of #A8EDB9
Black with #A8EDB9
Text Example
Text Example
White with #A8EDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDB9; }
p { color: rgb(168,237,185); }
H1.HeaderClassName
{
color: #A8EDB9;
}
.AnyTagClassName
{
color: #A8EDB9;
}
</style>
background-color css
<style>
a { background-color: #A8EDB9; }
a { background-color: rgb(168,237,185); }
div.DivClassName
{
background-color: #A8EDB9;
}
.BgClassName
{
background-color: #A8EDB9;
}
</style>
border-color css
<style>
span { border-color: #A8EDB9; }
span { border-color: rgb(168,237,185); }
td.TdClassName
{
border-color: #A8EDB9;
}
.TagClassName
{
border-color: #A8EDB9;
}
</style>