Shades of Fringy Flower #A9FDC0
Tints of Fringy Flower #A9FDC0
RGB
CMYK
RGB Variations
Color information
#A9FDC0 (or 0xA9FDC0) is known color: Fringy Flower. HEX triplet: A9, FD and C0. RGB value is (169,253,192). Sum of RGB (Red+Green+Blue) = 169+253+192=614 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.52% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #A9FDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FDC0 is #56023F. Grayscale: #DDDDDD. Windows color (decimal): -5636672 or 12647849. OLE color: 12647849.
HSL color Cylindrical-coordinate representation of color #A9FDC0: hue angle of 136.43º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FDC0 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 253 | 192 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.01 |
| HSL | 136.43º | 0.95% | 0.83% | - |
| HSV(B) | 136.43º | 0.33% | 0.99% | - |
| XYZ | 61 | 82.49 | 62.58 | - |
| YUV | 220.93 | 111.67 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 253 | 192 | 0.33 | 0 | 0.24 | 0.01 | 136.43 | 0.95 | 0.83 |
| Hex | A9 | FD | C0 | 21 | 0 | 18 | 1 | 88 | 5F | 53 |
| Octal | 251 | 375 | 300 | 41 | 0 | 30 | 1 | 210 | 137 | 123 |
| Binary | 10101001 | 11111101 | 11000000 | 100001 | 0 | 11000 | 1 | 10001000 | 1011111 | 1010011 |
Color Harmonies of #A9FDC0
Complementary color
Monochromatic Colors of #A9FDC0
Black with #A9FDC0
Text Example
Text Example
White with #A9FDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FDC0; }
p { color: rgb(169,253,192); }
H1.HeaderClassName
{
color: #A9FDC0;
}
.AnyTagClassName
{
color: #A9FDC0;
}
</style>
background-color css
<style>
a { background-color: #A9FDC0; }
a { background-color: rgb(169,253,192); }
div.DivClassName
{
background-color: #A9FDC0;
}
.BgClassName
{
background-color: #A9FDC0;
}
</style>
border-color css
<style>
span { border-color: #A9FDC0; }
span { border-color: rgb(169,253,192); }
td.TdClassName
{
border-color: #A9FDC0;
}
.TagClassName
{
border-color: #A9FDC0;
}
</style>