Shades of Conifer #A9FA69
Tints of Conifer #A9FA69
RGB
CMYK
RGB Variations
Color information
#A9FA69 (or 0xA9FA69) is known color: Conifer. HEX triplet: A9, FA and 69. RGB value is (169,250,105). Sum of RGB (Red+Green+Blue) = 169+250+105=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FA69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9FA69 is #560596. Grayscale: #D1D1D1. Windows color (decimal): -5637527 or 6945449. OLE color: 6945449.
HSL color Cylindrical-coordinate representation of color #A9FA69: hue angle of 93.52º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A9FA69 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 250 | 105 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.02 |
| HSL | 93.52º | 0.94% | 0.7% | - |
| HSV(B) | 93.52º | 0.58% | 0.98% | - |
| XYZ | 53.1 | 77.83 | 25.59 | - |
| YUV | 209.25 | 69.16 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 250 | 105 | 0.32 | 0 | 0.58 | 0.02 | 93.52 | 0.94 | 0.7 |
| Hex | A9 | FA | 69 | 20 | 0 | 3A | 2 | 5E | 5E | 46 |
| Octal | 251 | 372 | 151 | 40 | 0 | 72 | 2 | 136 | 136 | 106 |
| Binary | 10101001 | 11111010 | 1101001 | 100000 | 0 | 111010 | 10 | 1011110 | 1011110 | 1000110 |
Color Harmonies of #A9FA69
Complementary color
Monochromatic Colors of #A9FA69
Black with #A9FA69
Text Example
Text Example
White with #A9FA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FA69; }
p { color: rgb(169,250,105); }
H1.HeaderClassName
{
color: #A9FA69;
}
.AnyTagClassName
{
color: #A9FA69;
}
</style>
background-color css
<style>
a { background-color: #A9FA69; }
a { background-color: rgb(169,250,105); }
div.DivClassName
{
background-color: #A9FA69;
}
.BgClassName
{
background-color: #A9FA69;
}
</style>
border-color css
<style>
span { border-color: #A9FA69; }
span { border-color: rgb(169,250,105); }
td.TdClassName
{
border-color: #A9FA69;
}
.TagClassName
{
border-color: #A9FA69;
}
</style>