Shades of Conifer #A9FA5E
Tints of Conifer #A9FA5E
RGB
CMYK
RGB Variations
Color information
#A9FA5E (or 0xA9FA5E) is known color: Conifer. HEX triplet: A9, FA and 5E. RGB value is (169,250,94). Sum of RGB (Red+Green+Blue) = 169+250+94=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9FA5E is #5605A1. Grayscale: #D0D0D0. Windows color (decimal): -5637538 or 6224553. OLE color: 6224553.
HSL color Cylindrical-coordinate representation of color #A9FA5E: hue angle of 91.15º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9FA5E is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 250 | 94 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.02 |
| HSL | 91.15º | 0.94% | 0.67% | - |
| HSV(B) | 91.15º | 0.62% | 0.98% | - |
| XYZ | 52.57 | 77.61 | 22.8 | - |
| YUV | 208 | 63.66 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 250 | 94 | 0.32 | 0 | 0.62 | 0.02 | 91.15 | 0.94 | 0.67 |
| Hex | A9 | FA | 5E | 20 | 0 | 3E | 2 | 5B | 5E | 43 |
| Octal | 251 | 372 | 136 | 40 | 0 | 76 | 2 | 133 | 136 | 103 |
| Binary | 10101001 | 11111010 | 1011110 | 100000 | 0 | 111110 | 10 | 1011011 | 1011110 | 1000011 |
Color Harmonies of #A9FA5E
Complementary color
Monochromatic Colors of #A9FA5E
Black with #A9FA5E
Text Example
Text Example
White with #A9FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FA5E; }
p { color: rgb(169,250,94); }
H1.HeaderClassName
{
color: #A9FA5E;
}
.AnyTagClassName
{
color: #A9FA5E;
}
</style>
background-color css
<style>
a { background-color: #A9FA5E; }
a { background-color: rgb(169,250,94); }
div.DivClassName
{
background-color: #A9FA5E;
}
.BgClassName
{
background-color: #A9FA5E;
}
</style>
border-color css
<style>
span { border-color: #A9FA5E; }
span { border-color: rgb(169,250,94); }
td.TdClassName
{
border-color: #A9FA5E;
}
.TagClassName
{
border-color: #A9FA5E;
}
</style>