Shades of Conifer #A9E945
Tints of Conifer #A9E945
RGB
CMYK
RGB Variations
Color information
#A9E945 (or 0xA9E945) is known color: Conifer. HEX triplet: A9, E9 and 45. RGB value is (169,233,69). Sum of RGB (Red+Green+Blue) = 169+233+69=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #A9E945 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A9E945 is #5616BA. Grayscale: #C3C3C3. Windows color (decimal): -5641915 or 4581801. OLE color: 4581801.
HSL color Cylindrical-coordinate representation of color #A9E945: hue angle of 83.41º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A9E945 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 233 | 69 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.09 |
| HSL | 83.41º | 0.79% | 0.59% | - |
| HSV(B) | 83.41º | 0.7% | 0.91% | - |
| XYZ | 46.58 | 67.14 | 16.14 | - |
| YUV | 195.17 | 56.8 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 233 | 69 | 0.27 | 0 | 0.70 | 0.09 | 83.41 | 0.79 | 0.59 |
| Hex | A9 | E9 | 45 | 1B | 0 | 46 | 9 | 53 | 4F | 3B |
| Octal | 251 | 351 | 105 | 33 | 0 | 106 | 11 | 123 | 117 | 73 |
| Binary | 10101001 | 11101001 | 1000101 | 11011 | 0 | 1000110 | 1001 | 1010011 | 1001111 | 111011 |
Color Harmonies of #A9E945
Complementary color
Monochromatic Colors of #A9E945
Black with #A9E945
Text Example
Text Example
White with #A9E945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E945; }
p { color: rgb(169,233,69); }
H1.HeaderClassName
{
color: #A9E945;
}
.AnyTagClassName
{
color: #A9E945;
}
</style>
background-color css
<style>
a { background-color: #A9E945; }
a { background-color: rgb(169,233,69); }
div.DivClassName
{
background-color: #A9E945;
}
.BgClassName
{
background-color: #A9E945;
}
</style>
border-color css
<style>
span { border-color: #A9E945; }
span { border-color: rgb(169,233,69); }
td.TdClassName
{
border-color: #A9E945;
}
.TagClassName
{
border-color: #A9E945;
}
</style>