Shades of Conifer #AAEE4D
Tints of Conifer #AAEE4D
RGB
CMYK
RGB Variations
Color information
#AAEE4D (or 0xAAEE4D) is known color: Conifer. HEX triplet: AA, EE and 4D. RGB value is (170,238,77). Sum of RGB (Red+Green+Blue) = 170+238+77=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEE4D is #5511B2. Grayscale: #C7C7C7. Windows color (decimal): -5575091 or 5107370. OLE color: 5107370.
HSL color Cylindrical-coordinate representation of color #AAEE4D: hue angle of 85.34º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAEE4D is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 77 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.07 |
| HSL | 85.34º | 0.83% | 0.62% | - |
| HSV(B) | 85.34º | 0.68% | 0.93% | - |
| XYZ | 48.49 | 70.23 | 18.02 | - |
| YUV | 199.31 | 58.97 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 77 | 0.29 | 0 | 0.68 | 0.07 | 85.34 | 0.83 | 0.62 |
| Hex | AA | EE | 4D | 1D | 0 | 44 | 7 | 55 | 53 | 3E |
| Octal | 252 | 356 | 115 | 35 | 0 | 104 | 7 | 125 | 123 | 76 |
| Binary | 10101010 | 11101110 | 1001101 | 11101 | 0 | 1000100 | 111 | 1010101 | 1010011 | 111110 |
Color Harmonies of #AAEE4D
Complementary color
Monochromatic Colors of #AAEE4D
Black with #AAEE4D
Text Example
Text Example
White with #AAEE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEE4D; }
p { color: rgb(170,238,77); }
H1.HeaderClassName
{
color: #AAEE4D;
}
.AnyTagClassName
{
color: #AAEE4D;
}
</style>
background-color css
<style>
a { background-color: #AAEE4D; }
a { background-color: rgb(170,238,77); }
div.DivClassName
{
background-color: #AAEE4D;
}
.BgClassName
{
background-color: #AAEE4D;
}
</style>
border-color css
<style>
span { border-color: #AAEE4D; }
span { border-color: rgb(170,238,77); }
td.TdClassName
{
border-color: #AAEE4D;
}
.TagClassName
{
border-color: #AAEE4D;
}
</style>