Shades of Conifer #AAE345
Tints of Conifer #AAE345
RGB
CMYK
RGB Variations
Color information
#AAE345 (or 0xAAE345) is known color: Conifer. HEX triplet: AA, E3 and 45. RGB value is (170,227,69). Sum of RGB (Red+Green+Blue) = 170+227+69=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE345 is #551CBA. Grayscale: #C0C0C0. Windows color (decimal): -5577915 or 4580266. OLE color: 4580266.
HSL color Cylindrical-coordinate representation of color #AAE345: hue angle of 81.65º 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 #AAE345 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 69 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.11 |
| HSL | 81.65º | 0.74% | 0.58% | - |
| HSV(B) | 81.65º | 0.7% | 0.89% | - |
| XYZ | 45.12 | 63.91 | 15.59 | - |
| YUV | 191.95 | 58.62 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 69 | 0.25 | 0 | 0.70 | 0.11 | 81.65 | 0.74 | 0.58 |
| Hex | AA | E3 | 45 | 19 | 0 | 46 | B | 52 | 4A | 3A |
| Octal | 252 | 343 | 105 | 31 | 0 | 106 | 13 | 122 | 112 | 72 |
| Binary | 10101010 | 11100011 | 1000101 | 11001 | 0 | 1000110 | 1011 | 1010010 | 1001010 | 111010 |
Color Harmonies of #AAE345
Complementary color
Monochromatic Colors of #AAE345
Black with #AAE345
Text Example
Text Example
White with #AAE345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE345; }
p { color: rgb(170,227,69); }
H1.HeaderClassName
{
color: #AAE345;
}
.AnyTagClassName
{
color: #AAE345;
}
</style>
background-color css
<style>
a { background-color: #AAE345; }
a { background-color: rgb(170,227,69); }
div.DivClassName
{
background-color: #AAE345;
}
.BgClassName
{
background-color: #AAE345;
}
</style>
border-color css
<style>
span { border-color: #AAE345; }
span { border-color: rgb(170,227,69); }
td.TdClassName
{
border-color: #AAE345;
}
.TagClassName
{
border-color: #AAE345;
}
</style>