Shades of Conifer #AAE46B
Tints of Conifer #AAE46B
RGB
CMYK
RGB Variations
Color information
#AAE46B (or 0xAAE46B) is known color: Conifer. HEX triplet: AA, E4 and 6B. RGB value is (170,228,107). Sum of RGB (Red+Green+Blue) = 170+228+107=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE46B is #551B94. Grayscale: #C5C5C5. Windows color (decimal): -5577621 or 7070890. OLE color: 7070890.
HSL color Cylindrical-coordinate representation of color #AAE46B: hue angle of 88.76º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAE46B is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 107 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.11 |
| HSL | 88.76º | 0.69% | 0.66% | - |
| HSV(B) | 88.76º | 0.53% | 0.89% | - |
| XYZ | 46.97 | 65.09 | 24 | - |
| YUV | 196.86 | 77.28 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 107 | 0.25 | 0 | 0.53 | 0.11 | 88.76 | 0.69 | 0.66 |
| Hex | AA | E4 | 6B | 19 | 0 | 35 | B | 59 | 45 | 42 |
| Octal | 252 | 344 | 153 | 31 | 0 | 65 | 13 | 131 | 105 | 102 |
| Binary | 10101010 | 11100100 | 1101011 | 11001 | 0 | 110101 | 1011 | 1011001 | 1000101 | 1000010 |
Color Harmonies of #AAE46B
Complementary color
Monochromatic Colors of #AAE46B
Black with #AAE46B
Text Example
Text Example
White with #AAE46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE46B; }
p { color: rgb(170,228,107); }
H1.HeaderClassName
{
color: #AAE46B;
}
.AnyTagClassName
{
color: #AAE46B;
}
</style>
background-color css
<style>
a { background-color: #AAE46B; }
a { background-color: rgb(170,228,107); }
div.DivClassName
{
background-color: #AAE46B;
}
.BgClassName
{
background-color: #AAE46B;
}
</style>
border-color css
<style>
span { border-color: #AAE46B; }
span { border-color: rgb(170,228,107); }
td.TdClassName
{
border-color: #AAE46B;
}
.TagClassName
{
border-color: #AAE46B;
}
</style>