Shades of Conifer #AAE650
Tints of Conifer #AAE650
RGB
CMYK
RGB Variations
Color information
#AAE650 (or 0xAAE650) is known color: Conifer. HEX triplet: AA, E6 and 50. RGB value is (170,230,80). Sum of RGB (Red+Green+Blue) = 170+230+80=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE650 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE650 is #5519AF. Grayscale: #C3C3C3. Windows color (decimal): -5577136 or 5301930. OLE color: 5301930.
HSL color Cylindrical-coordinate representation of color #AAE650: hue angle of 84º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAE650 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 80 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.10 |
| HSL | 84º | 0.75% | 0.61% | - |
| HSV(B) | 84º | 0.65% | 0.9% | - |
| XYZ | 46.32 | 65.72 | 17.83 | - |
| YUV | 194.96 | 63.12 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 80 | 0.26 | 0 | 0.65 | 0.10 | 84 | 0.75 | 0.61 |
| Hex | AA | E6 | 50 | 1A | 0 | 41 | A | 54 | 4B | 3D |
| Octal | 252 | 346 | 120 | 32 | 0 | 101 | 12 | 124 | 113 | 75 |
| Binary | 10101010 | 11100110 | 1010000 | 11010 | 0 | 1000001 | 1010 | 1010100 | 1001011 | 111101 |
Color Harmonies of #AAE650
Complementary color
Monochromatic Colors of #AAE650
Black with #AAE650
Text Example
Text Example
White with #AAE650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE650; }
p { color: rgb(170,230,80); }
H1.HeaderClassName
{
color: #AAE650;
}
.AnyTagClassName
{
color: #AAE650;
}
</style>
background-color css
<style>
a { background-color: #AAE650; }
a { background-color: rgb(170,230,80); }
div.DivClassName
{
background-color: #AAE650;
}
.BgClassName
{
background-color: #AAE650;
}
</style>
border-color css
<style>
span { border-color: #AAE650; }
span { border-color: rgb(170,230,80); }
td.TdClassName
{
border-color: #AAE650;
}
.TagClassName
{
border-color: #AAE650;
}
</style>