Shades of Conifer #AAE465
Tints of Conifer #AAE465
RGB
CMYK
RGB Variations
Color information
#AAE465 (or 0xAAE465) is known color: Conifer. HEX triplet: AA, E4 and 65. RGB value is (170,228,101). Sum of RGB (Red+Green+Blue) = 170+228+101=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE465 is #551B9A. Grayscale: #C4C4C4. Windows color (decimal): -5577627 or 6677674. OLE color: 6677674.
HSL color Cylindrical-coordinate representation of color #AAE465: hue angle of 87.4º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAE465 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 101 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.11 |
| HSL | 87.4º | 0.7% | 0.65% | - |
| HSV(B) | 87.4º | 0.56% | 0.89% | - |
| XYZ | 46.67 | 64.97 | 22.39 | - |
| YUV | 196.18 | 74.28 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 101 | 0.25 | 0 | 0.56 | 0.11 | 87.4 | 0.7 | 0.65 |
| Hex | AA | E4 | 65 | 19 | 0 | 38 | B | 57 | 46 | 41 |
| Octal | 252 | 344 | 145 | 31 | 0 | 70 | 13 | 127 | 106 | 101 |
| Binary | 10101010 | 11100100 | 1100101 | 11001 | 0 | 111000 | 1011 | 1010111 | 1000110 | 1000001 |
Color Harmonies of #AAE465
Complementary color
Monochromatic Colors of #AAE465
Black with #AAE465
Text Example
Text Example
White with #AAE465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE465; }
p { color: rgb(170,228,101); }
H1.HeaderClassName
{
color: #AAE465;
}
.AnyTagClassName
{
color: #AAE465;
}
</style>
background-color css
<style>
a { background-color: #AAE465; }
a { background-color: rgb(170,228,101); }
div.DivClassName
{
background-color: #AAE465;
}
.BgClassName
{
background-color: #AAE465;
}
</style>
border-color css
<style>
span { border-color: #AAE465; }
span { border-color: rgb(170,228,101); }
td.TdClassName
{
border-color: #AAE465;
}
.TagClassName
{
border-color: #AAE465;
}
</style>