Shades of Conifer #AAEE4E
Tints of Conifer #AAEE4E
RGB
CMYK
RGB Variations
Color information
#AAEE4E (or 0xAAEE4E) is known color: Conifer. HEX triplet: AA, EE and 4E. RGB value is (170,238,78). Sum of RGB (Red+Green+Blue) = 170+238+78=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 78 (30.86% from 255 or 16.05% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEE4E is #5511B1. Grayscale: #C8C8C8. Windows color (decimal): -5575090 or 5172906. OLE color: 5172906.
HSL color Cylindrical-coordinate representation of color #AAEE4E: hue angle of 85.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAEE4E is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 78 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.07 |
| HSL | 85.5º | 0.82% | 0.62% | - |
| HSV(B) | 85.5º | 0.67% | 0.93% | - |
| XYZ | 48.53 | 70.25 | 18.21 | - |
| YUV | 199.43 | 59.47 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 78 | 0.29 | 0 | 0.67 | 0.07 | 85.5 | 0.82 | 0.62 |
| Hex | AA | EE | 4E | 1D | 0 | 43 | 7 | 56 | 52 | 3E |
| Octal | 252 | 356 | 116 | 35 | 0 | 103 | 7 | 126 | 122 | 76 |
| Binary | 10101010 | 11101110 | 1001110 | 11101 | 0 | 1000011 | 111 | 1010110 | 1010010 | 111110 |
Color Harmonies of #AAEE4E
Complementary color
Monochromatic Colors of #AAEE4E
Black with #AAEE4E
Text Example
Text Example
White with #AAEE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEE4E; }
p { color: rgb(170,238,78); }
H1.HeaderClassName
{
color: #AAEE4E;
}
.AnyTagClassName
{
color: #AAEE4E;
}
</style>
background-color css
<style>
a { background-color: #AAEE4E; }
a { background-color: rgb(170,238,78); }
div.DivClassName
{
background-color: #AAEE4E;
}
.BgClassName
{
background-color: #AAEE4E;
}
</style>
border-color css
<style>
span { border-color: #AAEE4E; }
span { border-color: rgb(170,238,78); }
td.TdClassName
{
border-color: #AAEE4E;
}
.TagClassName
{
border-color: #AAEE4E;
}
</style>