Shades of Conifer #AAE148
Tints of Conifer #AAE148
RGB
CMYK
RGB Variations
Color information
#AAE148 (or 0xAAE148) is known color: Conifer. HEX triplet: AA, E1 and 48. RGB value is (170,225,72). Sum of RGB (Red+Green+Blue) = 170+225+72=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE148 is #551EB7. Grayscale: #BFBFBF. Windows color (decimal): -5578424 or 4776362. OLE color: 4776362.
HSL color Cylindrical-coordinate representation of color #AAE148: hue angle of 81.57º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAE148 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 72 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.12 |
| HSL | 81.57º | 0.72% | 0.58% | - |
| HSV(B) | 81.57º | 0.68% | 0.88% | - |
| XYZ | 44.67 | 62.86 | 15.91 | - |
| YUV | 191.11 | 60.78 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 72 | 0.24 | 0 | 0.68 | 0.12 | 81.57 | 0.72 | 0.58 |
| Hex | AA | E1 | 48 | 18 | 0 | 44 | C | 52 | 48 | 3A |
| Octal | 252 | 341 | 110 | 30 | 0 | 104 | 14 | 122 | 110 | 72 |
| Binary | 10101010 | 11100001 | 1001000 | 11000 | 0 | 1000100 | 1100 | 1010010 | 1001000 | 111010 |
Color Harmonies of #AAE148
Complementary color
Monochromatic Colors of #AAE148
Black with #AAE148
Text Example
Text Example
White with #AAE148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE148; }
p { color: rgb(170,225,72); }
H1.HeaderClassName
{
color: #AAE148;
}
.AnyTagClassName
{
color: #AAE148;
}
</style>
background-color css
<style>
a { background-color: #AAE148; }
a { background-color: rgb(170,225,72); }
div.DivClassName
{
background-color: #AAE148;
}
.BgClassName
{
background-color: #AAE148;
}
</style>
border-color css
<style>
span { border-color: #AAE148; }
span { border-color: rgb(170,225,72); }
td.TdClassName
{
border-color: #AAE148;
}
.TagClassName
{
border-color: #AAE148;
}
</style>