Shades of Conifer #A9F955
Tints of Conifer #A9F955
RGB
CMYK
RGB Variations
Color information
#A9F955 (or 0xA9F955) is known color: Conifer. HEX triplet: A9, F9 and 55. RGB value is (169,249,85). Sum of RGB (Red+Green+Blue) = 169+249+85=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #A9F955 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F955 is #5606AA. Grayscale: #CECECE. Windows color (decimal): -5637803 or 5634473. OLE color: 5634473.
HSL color Cylindrical-coordinate representation of color #A9F955: hue angle of 89.27º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A9F955 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 249 | 85 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.02 |
| HSL | 89.27º | 0.93% | 0.65% | - |
| HSV(B) | 89.27º | 0.66% | 0.98% | - |
| XYZ | 51.88 | 76.84 | 20.69 | - |
| YUV | 206.38 | 59.5 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 249 | 85 | 0.32 | 0 | 0.66 | 0.02 | 89.27 | 0.93 | 0.65 |
| Hex | A9 | F9 | 55 | 20 | 0 | 42 | 2 | 59 | 5D | 41 |
| Octal | 251 | 371 | 125 | 40 | 0 | 102 | 2 | 131 | 135 | 101 |
| Binary | 10101001 | 11111001 | 1010101 | 100000 | 0 | 1000010 | 10 | 1011001 | 1011101 | 1000001 |
Color Harmonies of #A9F955
Complementary color
Monochromatic Colors of #A9F955
Black with #A9F955
Text Example
Text Example
White with #A9F955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F955; }
p { color: rgb(169,249,85); }
H1.HeaderClassName
{
color: #A9F955;
}
.AnyTagClassName
{
color: #A9F955;
}
</style>
background-color css
<style>
a { background-color: #A9F955; }
a { background-color: rgb(169,249,85); }
div.DivClassName
{
background-color: #A9F955;
}
.BgClassName
{
background-color: #A9F955;
}
</style>
border-color css
<style>
span { border-color: #A9F955; }
span { border-color: rgb(169,249,85); }
td.TdClassName
{
border-color: #A9F955;
}
.TagClassName
{
border-color: #A9F955;
}
</style>