Shades of Fringy Flower #A9F2BD
Tints of Fringy Flower #A9F2BD
RGB
CMYK
RGB Variations
Color information
#A9F2BD (or 0xA9F2BD) is known color: Fringy Flower. HEX triplet: A9, F2 and BD. RGB value is (169,242,189). Sum of RGB (Red+Green+Blue) = 169+242+189=600 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.17% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F2BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F2BD is #560D42. Grayscale: #D6D6D6. Windows color (decimal): -5639491 or 12448425. OLE color: 12448425.
HSL color Cylindrical-coordinate representation of color #A9F2BD: hue angle of 136.44º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F2BD is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 242 | 189 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.05 |
| HSL | 136.44º | 0.74% | 0.81% | - |
| HSV(B) | 136.44º | 0.3% | 0.95% | - |
| XYZ | 57.3 | 75.61 | 59.72 | - |
| YUV | 214.13 | 113.82 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 242 | 189 | 0.30 | 0 | 0.22 | 0.05 | 136.44 | 0.74 | 0.81 |
| Hex | A9 | F2 | BD | 1E | 0 | 16 | 5 | 88 | 4A | 51 |
| Octal | 251 | 362 | 275 | 36 | 0 | 26 | 5 | 210 | 112 | 121 |
| Binary | 10101001 | 11110010 | 10111101 | 11110 | 0 | 10110 | 101 | 10001000 | 1001010 | 1010001 |
Color Harmonies of #A9F2BD
Complementary color
Monochromatic Colors of #A9F2BD
Black with #A9F2BD
Text Example
Text Example
White with #A9F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F2BD; }
p { color: rgb(169,242,189); }
H1.HeaderClassName
{
color: #A9F2BD;
}
.AnyTagClassName
{
color: #A9F2BD;
}
</style>
background-color css
<style>
a { background-color: #A9F2BD; }
a { background-color: rgb(169,242,189); }
div.DivClassName
{
background-color: #A9F2BD;
}
.BgClassName
{
background-color: #A9F2BD;
}
</style>
border-color css
<style>
span { border-color: #A9F2BD; }
span { border-color: rgb(169,242,189); }
td.TdClassName
{
border-color: #A9F2BD;
}
.TagClassName
{
border-color: #A9F2BD;
}
</style>