Shades of Conifer #AAE54B
Tints of Conifer #AAE54B
RGB
CMYK
RGB Variations
Color information
#AAE54B (or 0xAAE54B) is known color: Conifer. HEX triplet: AA, E5 and 4B. RGB value is (170,229,75). Sum of RGB (Red+Green+Blue) = 170+229+75=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE54B is #551AB4. Grayscale: #C2C2C2. Windows color (decimal): -5577397 or 4973994. OLE color: 4973994.
HSL color Cylindrical-coordinate representation of color #AAE54B: hue angle of 82.99º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAE54B is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 75 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.10 |
| HSL | 82.99º | 0.75% | 0.6% | - |
| HSV(B) | 82.99º | 0.67% | 0.9% | - |
| XYZ | 45.87 | 65.09 | 16.8 | - |
| YUV | 193.8 | 60.95 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 75 | 0.26 | 0 | 0.67 | 0.10 | 82.99 | 0.75 | 0.6 |
| Hex | AA | E5 | 4B | 1A | 0 | 43 | A | 53 | 4B | 3C |
| Octal | 252 | 345 | 113 | 32 | 0 | 103 | 12 | 123 | 113 | 74 |
| Binary | 10101010 | 11100101 | 1001011 | 11010 | 0 | 1000011 | 1010 | 1010011 | 1001011 | 111100 |
Color Harmonies of #AAE54B
Complementary color
Monochromatic Colors of #AAE54B
Black with #AAE54B
Text Example
Text Example
White with #AAE54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE54B; }
p { color: rgb(170,229,75); }
H1.HeaderClassName
{
color: #AAE54B;
}
.AnyTagClassName
{
color: #AAE54B;
}
</style>
background-color css
<style>
a { background-color: #AAE54B; }
a { background-color: rgb(170,229,75); }
div.DivClassName
{
background-color: #AAE54B;
}
.BgClassName
{
background-color: #AAE54B;
}
</style>
border-color css
<style>
span { border-color: #AAE54B; }
span { border-color: rgb(170,229,75); }
td.TdClassName
{
border-color: #AAE54B;
}
.TagClassName
{
border-color: #AAE54B;
}
</style>