Shades of Conifer #A9F961
Tints of Conifer #A9F961
RGB
CMYK
RGB Variations
Color information
#A9F961 (or 0xA9F961) is known color: Conifer. HEX triplet: A9, F9 and 61. RGB value is (169,249,97). Sum of RGB (Red+Green+Blue) = 169+249+97=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #A9F961 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F961 is #56069E. Grayscale: #D0D0D0. Windows color (decimal): -5637791 or 6420905. OLE color: 6420905.
HSL color Cylindrical-coordinate representation of color #A9F961: hue angle of 91.58º 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 #A9F961 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 249 | 97 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.02 |
| HSL | 91.58º | 0.93% | 0.68% | - |
| HSV(B) | 91.58º | 0.61% | 0.98% | - |
| XYZ | 52.4 | 77.05 | 23.42 | - |
| YUV | 207.75 | 65.5 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 249 | 97 | 0.32 | 0 | 0.61 | 0.02 | 91.58 | 0.93 | 0.68 |
| Hex | A9 | F9 | 61 | 20 | 0 | 3D | 2 | 5C | 5D | 44 |
| Octal | 251 | 371 | 141 | 40 | 0 | 75 | 2 | 134 | 135 | 104 |
| Binary | 10101001 | 11111001 | 1100001 | 100000 | 0 | 111101 | 10 | 1011100 | 1011101 | 1000100 |
Color Harmonies of #A9F961
Complementary color
Monochromatic Colors of #A9F961
Black with #A9F961
Text Example
Text Example
White with #A9F961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F961; }
p { color: rgb(169,249,97); }
H1.HeaderClassName
{
color: #A9F961;
}
.AnyTagClassName
{
color: #A9F961;
}
</style>
background-color css
<style>
a { background-color: #A9F961; }
a { background-color: rgb(169,249,97); }
div.DivClassName
{
background-color: #A9F961;
}
.BgClassName
{
background-color: #A9F961;
}
</style>
border-color css
<style>
span { border-color: #A9F961; }
span { border-color: rgb(169,249,97); }
td.TdClassName
{
border-color: #A9F961;
}
.TagClassName
{
border-color: #A9F961;
}
</style>