Shades of Conifer #AAE268
Tints of Conifer #AAE268
RGB
CMYK
RGB Variations
Color information
#AAE268 (or 0xAAE268) is known color: Conifer. HEX triplet: AA, E2 and 68. RGB value is (170,226,104). Sum of RGB (Red+Green+Blue) = 170+226+104=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE268 is #551D97. Grayscale: #C3C3C3. Windows color (decimal): -5578136 or 6873770. OLE color: 6873770.
HSL color Cylindrical-coordinate representation of color #AAE268: hue angle of 87.54º degrees, saturation: 0.68, 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 #AAE268 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 104 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.11 |
| HSL | 87.54º | 0.68% | 0.65% | - |
| HSV(B) | 87.54º | 0.54% | 0.89% | - |
| XYZ | 46.27 | 63.94 | 23 | - |
| YUV | 195.35 | 76.45 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 104 | 0.25 | 0 | 0.54 | 0.11 | 87.54 | 0.68 | 0.65 |
| Hex | AA | E2 | 68 | 19 | 0 | 36 | B | 58 | 44 | 41 |
| Octal | 252 | 342 | 150 | 31 | 0 | 66 | 13 | 130 | 104 | 101 |
| Binary | 10101010 | 11100010 | 1101000 | 11001 | 0 | 110110 | 1011 | 1011000 | 1000100 | 1000001 |
Color Harmonies of #AAE268
Complementary color
Monochromatic Colors of #AAE268
Black with #AAE268
Text Example
Text Example
White with #AAE268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE268; }
p { color: rgb(170,226,104); }
H1.HeaderClassName
{
color: #AAE268;
}
.AnyTagClassName
{
color: #AAE268;
}
</style>
background-color css
<style>
a { background-color: #AAE268; }
a { background-color: rgb(170,226,104); }
div.DivClassName
{
background-color: #AAE268;
}
.BgClassName
{
background-color: #AAE268;
}
</style>
border-color css
<style>
span { border-color: #AAE268; }
span { border-color: rgb(170,226,104); }
td.TdClassName
{
border-color: #AAE268;
}
.TagClassName
{
border-color: #AAE268;
}
</style>