Shades of Conifer #A9F560
Tints of Conifer #A9F560
RGB
CMYK
RGB Variations
Color information
#A9F560 (or 0xA9F560) is known color: Conifer. HEX triplet: A9, F5 and 60. RGB value is (169,245,96). Sum of RGB (Red+Green+Blue) = 169+245+96=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 245 - color contains mainly: green. Hex color #A9F560 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F560 is #560A9F. Grayscale: #CDCDCD. Windows color (decimal): -5638816 or 6354345. OLE color: 6354345.
HSL color Cylindrical-coordinate representation of color #A9F560: hue angle of 90.6º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A9F560 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 245 | 96 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.04 |
| HSL | 90.6º | 0.88% | 0.67% | - |
| HSV(B) | 90.6º | 0.61% | 0.96% | - |
| XYZ | 51.13 | 74.58 | 22.77 | - |
| YUV | 205.29 | 66.32 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 245 | 96 | 0.31 | 0 | 0.61 | 0.04 | 90.6 | 0.88 | 0.67 |
| Hex | A9 | F5 | 60 | 1F | 0 | 3D | 4 | 5B | 58 | 43 |
| Octal | 251 | 365 | 140 | 37 | 0 | 75 | 4 | 133 | 130 | 103 |
| Binary | 10101001 | 11110101 | 1100000 | 11111 | 0 | 111101 | 100 | 1011011 | 1011000 | 1000011 |
Color Harmonies of #A9F560
Complementary color
Monochromatic Colors of #A9F560
Black with #A9F560
Text Example
Text Example
White with #A9F560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F560; }
p { color: rgb(169,245,96); }
H1.HeaderClassName
{
color: #A9F560;
}
.AnyTagClassName
{
color: #A9F560;
}
</style>
background-color css
<style>
a { background-color: #A9F560; }
a { background-color: rgb(169,245,96); }
div.DivClassName
{
background-color: #A9F560;
}
.BgClassName
{
background-color: #A9F560;
}
</style>
border-color css
<style>
span { border-color: #A9F560; }
span { border-color: rgb(169,245,96); }
td.TdClassName
{
border-color: #A9F560;
}
.TagClassName
{
border-color: #A9F560;
}
</style>