Shades of Conifer #AAEE4C
Tints of Conifer #AAEE4C
RGB
CMYK
RGB Variations
Color information
#AAEE4C (or 0xAAEE4C) is known color: Conifer. HEX triplet: AA, EE and 4C. RGB value is (170,238,76). Sum of RGB (Red+Green+Blue) = 170+238+76=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEE4C is #5511B3. Grayscale: #C7C7C7. Windows color (decimal): -5575092 or 5041834. OLE color: 5041834.
HSL color Cylindrical-coordinate representation of color #AAEE4C: hue angle of 85.19º 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 #AAEE4C is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 76 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.07 |
| HSL | 85.19º | 0.83% | 0.62% | - |
| HSV(B) | 85.19º | 0.68% | 0.93% | - |
| XYZ | 48.46 | 70.22 | 17.84 | - |
| YUV | 199.2 | 58.47 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 76 | 0.29 | 0 | 0.68 | 0.07 | 85.19 | 0.83 | 0.62 |
| Hex | AA | EE | 4C | 1D | 0 | 44 | 7 | 55 | 53 | 3E |
| Octal | 252 | 356 | 114 | 35 | 0 | 104 | 7 | 125 | 123 | 76 |
| Binary | 10101010 | 11101110 | 1001100 | 11101 | 0 | 1000100 | 111 | 1010101 | 1010011 | 111110 |
Color Harmonies of #AAEE4C
Complementary color
Monochromatic Colors of #AAEE4C
Black with #AAEE4C
Text Example
Text Example
White with #AAEE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEE4C; }
p { color: rgb(170,238,76); }
H1.HeaderClassName
{
color: #AAEE4C;
}
.AnyTagClassName
{
color: #AAEE4C;
}
</style>
background-color css
<style>
a { background-color: #AAEE4C; }
a { background-color: rgb(170,238,76); }
div.DivClassName
{
background-color: #AAEE4C;
}
.BgClassName
{
background-color: #AAEE4C;
}
</style>
border-color css
<style>
span { border-color: #AAEE4C; }
span { border-color: rgb(170,238,76); }
td.TdClassName
{
border-color: #AAEE4C;
}
.TagClassName
{
border-color: #AAEE4C;
}
</style>