Shades of Conifer #AAE746
Tints of Conifer #AAE746
RGB
CMYK
RGB Variations
Color information
#AAE746 (or 0xAAE746) is known color: Conifer. HEX triplet: AA, E7 and 46. RGB value is (170,231,70). Sum of RGB (Red+Green+Blue) = 170+231+70=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 231 (90.62% from 255 or 49.04% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE746 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE746 is #5518B9. Grayscale: #C2C2C2. Windows color (decimal): -5576890 or 4646826. OLE color: 4646826.
HSL color Cylindrical-coordinate representation of color #AAE746: hue angle of 82.73º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAE746 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 70 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.09 |
| HSL | 82.73º | 0.77% | 0.59% | - |
| HSV(B) | 82.73º | 0.7% | 0.91% | - |
| XYZ | 46.26 | 66.14 | 16.12 | - |
| YUV | 194.41 | 57.79 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 70 | 0.26 | 0 | 0.70 | 0.09 | 82.73 | 0.77 | 0.59 |
| Hex | AA | E7 | 46 | 1A | 0 | 46 | 9 | 53 | 4D | 3B |
| Octal | 252 | 347 | 106 | 32 | 0 | 106 | 11 | 123 | 115 | 73 |
| Binary | 10101010 | 11100111 | 1000110 | 11010 | 0 | 1000110 | 1001 | 1010011 | 1001101 | 111011 |
Color Harmonies of #AAE746
Complementary color
Monochromatic Colors of #AAE746
Black with #AAE746
Text Example
Text Example
White with #AAE746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE746; }
p { color: rgb(170,231,70); }
H1.HeaderClassName
{
color: #AAE746;
}
.AnyTagClassName
{
color: #AAE746;
}
</style>
background-color css
<style>
a { background-color: #AAE746; }
a { background-color: rgb(170,231,70); }
div.DivClassName
{
background-color: #AAE746;
}
.BgClassName
{
background-color: #AAE746;
}
</style>
border-color css
<style>
span { border-color: #AAE746; }
span { border-color: rgb(170,231,70); }
td.TdClassName
{
border-color: #AAE746;
}
.TagClassName
{
border-color: #AAE746;
}
</style>