Shades of Conifer #AAE645
Tints of Conifer #AAE645
RGB
CMYK
RGB Variations
Color information
#AAE645 (or 0xAAE645) is known color: Conifer. HEX triplet: AA, E6 and 45. RGB value is (170,230,69). Sum of RGB (Red+Green+Blue) = 170+230+69=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 230 (90.23% from 255 or 49.04% from 469); Blue value is 69 (27.34% from 255 or 14.71% from 469); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE645 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE645 is #5519BA. Grayscale: #C2C2C2. Windows color (decimal): -5577147 or 4581034. OLE color: 4581034.
HSL color Cylindrical-coordinate representation of color #AAE645: hue angle of 82.36º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAE645 is Cyan = 0.26, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 69 | - |
| CMYK | 0.26 | 0 | 0.7 | 0.10 |
| HSL | 82.36º | 0.76% | 0.59% | - |
| HSV(B) | 82.36º | 0.7% | 0.9% | - |
| XYZ | 45.95 | 65.57 | 15.86 | - |
| YUV | 193.71 | 57.62 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 69 | 0.26 | 0 | 0.7 | 0.10 | 82.36 | 0.76 | 0.59 |
| Hex | AA | E6 | 45 | 1A | 0 | 46 | A | 52 | 4C | 3B |
| Octal | 252 | 346 | 105 | 32 | 0 | 106 | 12 | 122 | 114 | 73 |
| Binary | 10101010 | 11100110 | 1000101 | 11010 | 0 | 1000110 | 1010 | 1010010 | 1001100 | 111011 |
Color Harmonies of #AAE645
Complementary color
Monochromatic Colors of #AAE645
Black with #AAE645
Text Example
Text Example
White with #AAE645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE645; }
p { color: rgb(170,230,69); }
H1.HeaderClassName
{
color: #AAE645;
}
.AnyTagClassName
{
color: #AAE645;
}
</style>
background-color css
<style>
a { background-color: #AAE645; }
a { background-color: rgb(170,230,69); }
div.DivClassName
{
background-color: #AAE645;
}
.BgClassName
{
background-color: #AAE645;
}
</style>
border-color css
<style>
span { border-color: #AAE645; }
span { border-color: rgb(170,230,69); }
td.TdClassName
{
border-color: #AAE645;
}
.TagClassName
{
border-color: #AAE645;
}
</style>