Shades of Conifer #A9E345
Tints of Conifer #A9E345
RGB
CMYK
RGB Variations
Color information
#A9E345 (or 0xA9E345) is known color: Conifer. HEX triplet: A9, E3 and 45. RGB value is (169,227,69). Sum of RGB (Red+Green+Blue) = 169+227+69=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 227 (89.06% from 255 or 48.82% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 227 - color contains mainly: green. Hex color #A9E345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9E345 is #561CBA. Grayscale: #C0C0C0. Windows color (decimal): -5643451 or 4580265. OLE color: 4580265.
HSL color Cylindrical-coordinate representation of color #A9E345: hue angle of 82.03º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A9E345 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 227 | 69 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.11 |
| HSL | 82.03º | 0.74% | 0.58% | - |
| HSV(B) | 82.03º | 0.7% | 0.89% | - |
| XYZ | 44.91 | 63.8 | 15.58 | - |
| YUV | 191.65 | 58.78 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 227 | 69 | 0.26 | 0 | 0.70 | 0.11 | 82.03 | 0.74 | 0.58 |
| Hex | A9 | E3 | 45 | 1A | 0 | 46 | B | 52 | 4A | 3A |
| Octal | 251 | 343 | 105 | 32 | 0 | 106 | 13 | 122 | 112 | 72 |
| Binary | 10101001 | 11100011 | 1000101 | 11010 | 0 | 1000110 | 1011 | 1010010 | 1001010 | 111010 |
Color Harmonies of #A9E345
Complementary color
Monochromatic Colors of #A9E345
Black with #A9E345
Text Example
Text Example
White with #A9E345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E345; }
p { color: rgb(169,227,69); }
H1.HeaderClassName
{
color: #A9E345;
}
.AnyTagClassName
{
color: #A9E345;
}
</style>
background-color css
<style>
a { background-color: #A9E345; }
a { background-color: rgb(169,227,69); }
div.DivClassName
{
background-color: #A9E345;
}
.BgClassName
{
background-color: #A9E345;
}
</style>
border-color css
<style>
span { border-color: #A9E345; }
span { border-color: rgb(169,227,69); }
td.TdClassName
{
border-color: #A9E345;
}
.TagClassName
{
border-color: #A9E345;
}
</style>