Shades of Conifer #AAE369
Tints of Conifer #AAE369
RGB
CMYK
RGB Variations
Color information
#AAE369 (or 0xAAE369) is known color: Conifer. HEX triplet: AA, E3 and 69. RGB value is (170,227,105). Sum of RGB (Red+Green+Blue) = 170+227+105=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 227 (89.06% from 255 or 45.22% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE369 is #551C96. Grayscale: #C4C4C4. Windows color (decimal): -5577879 or 6939562. OLE color: 6939562.
HSL color Cylindrical-coordinate representation of color #AAE369: hue angle of 88.03º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAE369 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 105 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.11 |
| HSL | 88.03º | 0.69% | 0.65% | - |
| HSV(B) | 88.03º | 0.54% | 0.89% | - |
| XYZ | 46.6 | 64.5 | 23.36 | - |
| YUV | 196.05 | 76.62 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 105 | 0.25 | 0 | 0.54 | 0.11 | 88.03 | 0.69 | 0.65 |
| Hex | AA | E3 | 69 | 19 | 0 | 36 | B | 58 | 45 | 41 |
| Octal | 252 | 343 | 151 | 31 | 0 | 66 | 13 | 130 | 105 | 101 |
| Binary | 10101010 | 11100011 | 1101001 | 11001 | 0 | 110110 | 1011 | 1011000 | 1000101 | 1000001 |
Color Harmonies of #AAE369
Complementary color
Monochromatic Colors of #AAE369
Black with #AAE369
Text Example
Text Example
White with #AAE369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE369; }
p { color: rgb(170,227,105); }
H1.HeaderClassName
{
color: #AAE369;
}
.AnyTagClassName
{
color: #AAE369;
}
</style>
background-color css
<style>
a { background-color: #AAE369; }
a { background-color: rgb(170,227,105); }
div.DivClassName
{
background-color: #AAE369;
}
.BgClassName
{
background-color: #AAE369;
}
</style>
border-color css
<style>
span { border-color: #AAE369; }
span { border-color: rgb(170,227,105); }
td.TdClassName
{
border-color: #AAE369;
}
.TagClassName
{
border-color: #AAE369;
}
</style>