Shades of Conifer #AAE262
Tints of Conifer #AAE262
RGB
CMYK
RGB Variations
Color information
#AAE262 (or 0xAAE262) is known color: Conifer. HEX triplet: AA, E2 and 62. RGB value is (170,226,98). Sum of RGB (Red+Green+Blue) = 170+226+98=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 98 (38.67% from 255 or 19.84% from 494); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE262 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE262 is #551D9D. Grayscale: #C3C3C3. Windows color (decimal): -5578142 or 6480554. OLE color: 6480554.
HSL color Cylindrical-coordinate representation of color #AAE262: hue angle of 86.25º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAE262 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 98 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.11 |
| HSL | 86.25º | 0.69% | 0.64% | - |
| HSV(B) | 86.25º | 0.57% | 0.89% | - |
| XYZ | 45.98 | 63.82 | 21.45 | - |
| YUV | 194.66 | 73.45 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 98 | 0.25 | 0 | 0.57 | 0.11 | 86.25 | 0.69 | 0.64 |
| Hex | AA | E2 | 62 | 19 | 0 | 39 | B | 56 | 45 | 40 |
| Octal | 252 | 342 | 142 | 31 | 0 | 71 | 13 | 126 | 105 | 100 |
| Binary | 10101010 | 11100010 | 1100010 | 11001 | 0 | 111001 | 1011 | 1010110 | 1000101 | 1000000 |
Color Harmonies of #AAE262
Complementary color
Monochromatic Colors of #AAE262
Black with #AAE262
Text Example
Text Example
White with #AAE262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE262; }
p { color: rgb(170,226,98); }
H1.HeaderClassName
{
color: #AAE262;
}
.AnyTagClassName
{
color: #AAE262;
}
</style>
background-color css
<style>
a { background-color: #AAE262; }
a { background-color: rgb(170,226,98); }
div.DivClassName
{
background-color: #AAE262;
}
.BgClassName
{
background-color: #AAE262;
}
</style>
border-color css
<style>
span { border-color: #AAE262; }
span { border-color: rgb(170,226,98); }
td.TdClassName
{
border-color: #AAE262;
}
.TagClassName
{
border-color: #AAE262;
}
</style>