Shades of Conifer #A9F960
Tints of Conifer #A9F960
RGB
CMYK
RGB Variations
Color information
#A9F960 (or 0xA9F960) is known color: Conifer. HEX triplet: A9, F9 and 60. RGB value is (169,249,96). Sum of RGB (Red+Green+Blue) = 169+249+96=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #A9F960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F960 is #56069F. Grayscale: #D0D0D0. Windows color (decimal): -5637792 or 6355369. OLE color: 6355369.
HSL color Cylindrical-coordinate representation of color #A9F960: hue angle of 91.37º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A9F960 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 249 | 96 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.02 |
| HSL | 91.37º | 0.93% | 0.68% | - |
| HSV(B) | 91.37º | 0.61% | 0.98% | - |
| XYZ | 52.35 | 77.03 | 23.18 | - |
| YUV | 207.64 | 65 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 249 | 96 | 0.32 | 0 | 0.61 | 0.02 | 91.37 | 0.93 | 0.68 |
| Hex | A9 | F9 | 60 | 20 | 0 | 3D | 2 | 5B | 5D | 44 |
| Octal | 251 | 371 | 140 | 40 | 0 | 75 | 2 | 133 | 135 | 104 |
| Binary | 10101001 | 11111001 | 1100000 | 100000 | 0 | 111101 | 10 | 1011011 | 1011101 | 1000100 |
Color Harmonies of #A9F960
Complementary color
Monochromatic Colors of #A9F960
Black with #A9F960
Text Example
Text Example
White with #A9F960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F960; }
p { color: rgb(169,249,96); }
H1.HeaderClassName
{
color: #A9F960;
}
.AnyTagClassName
{
color: #A9F960;
}
</style>
background-color css
<style>
a { background-color: #A9F960; }
a { background-color: rgb(169,249,96); }
div.DivClassName
{
background-color: #A9F960;
}
.BgClassName
{
background-color: #A9F960;
}
</style>
border-color css
<style>
span { border-color: #A9F960; }
span { border-color: rgb(169,249,96); }
td.TdClassName
{
border-color: #A9F960;
}
.TagClassName
{
border-color: #A9F960;
}
</style>