Shades of Fringy Flower #A9EFC0
Tints of Fringy Flower #A9EFC0
RGB
CMYK
RGB Variations
Color information
#A9EFC0 (or 0xA9EFC0) is known color: Fringy Flower. HEX triplet: A9, EF and C0. RGB value is (169,239,192). Sum of RGB (Red+Green+Blue) = 169+239+192=600 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.17% from 600); Green value is 239 (93.75% from 255 or 39.83% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 239 - color contains mainly: green. Hex color #A9EFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EFC0 is #56103F. Grayscale: #D4D4D4. Windows color (decimal): -5640256 or 12644265. OLE color: 12644265.
HSL color Cylindrical-coordinate representation of color #A9EFC0: hue angle of 139.71º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9EFC0 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 239 | 192 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.06 |
| HSL | 139.71º | 0.69% | 0.8% | - |
| HSV(B) | 139.71º | 0.29% | 0.94% | - |
| XYZ | 56.74 | 73.97 | 61.16 | - |
| YUV | 212.71 | 116.31 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 239 | 192 | 0.29 | 0 | 0.20 | 0.06 | 139.71 | 0.69 | 0.8 |
| Hex | A9 | EF | C0 | 1D | 0 | 14 | 6 | 8C | 45 | 50 |
| Octal | 251 | 357 | 300 | 35 | 0 | 24 | 6 | 214 | 105 | 120 |
| Binary | 10101001 | 11101111 | 11000000 | 11101 | 0 | 10100 | 110 | 10001100 | 1000101 | 1010000 |
Color Harmonies of #A9EFC0
Complementary color
Monochromatic Colors of #A9EFC0
Black with #A9EFC0
Text Example
Text Example
White with #A9EFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EFC0; }
p { color: rgb(169,239,192); }
H1.HeaderClassName
{
color: #A9EFC0;
}
.AnyTagClassName
{
color: #A9EFC0;
}
</style>
background-color css
<style>
a { background-color: #A9EFC0; }
a { background-color: rgb(169,239,192); }
div.DivClassName
{
background-color: #A9EFC0;
}
.BgClassName
{
background-color: #A9EFC0;
}
</style>
border-color css
<style>
span { border-color: #A9EFC0; }
span { border-color: rgb(169,239,192); }
td.TdClassName
{
border-color: #A9EFC0;
}
.TagClassName
{
border-color: #A9EFC0;
}
</style>