Shades of Conifer #AAEE4A
Tints of Conifer #AAEE4A
RGB
CMYK
RGB Variations
Color information
#AAEE4A (or 0xAAEE4A) is known color: Conifer. HEX triplet: AA, EE and 4A. RGB value is (170,238,74). Sum of RGB (Red+Green+Blue) = 170+238+74=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEE4A is #5511B5. Grayscale: #C7C7C7. Windows color (decimal): -5575094 or 4910762. OLE color: 4910762.
HSL color Cylindrical-coordinate representation of color #AAEE4A: hue angle of 84.88º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAEE4A is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 74 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.07 |
| HSL | 84.88º | 0.83% | 0.61% | - |
| HSV(B) | 84.88º | 0.69% | 0.93% | - |
| XYZ | 48.39 | 70.19 | 17.48 | - |
| YUV | 198.97 | 57.47 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 74 | 0.29 | 0 | 0.69 | 0.07 | 84.88 | 0.83 | 0.61 |
| Hex | AA | EE | 4A | 1D | 0 | 45 | 7 | 55 | 53 | 3D |
| Octal | 252 | 356 | 112 | 35 | 0 | 105 | 7 | 125 | 123 | 75 |
| Binary | 10101010 | 11101110 | 1001010 | 11101 | 0 | 1000101 | 111 | 1010101 | 1010011 | 111101 |
Color Harmonies of #AAEE4A
Complementary color
Monochromatic Colors of #AAEE4A
Black with #AAEE4A
Text Example
Text Example
White with #AAEE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEE4A; }
p { color: rgb(170,238,74); }
H1.HeaderClassName
{
color: #AAEE4A;
}
.AnyTagClassName
{
color: #AAEE4A;
}
</style>
background-color css
<style>
a { background-color: #AAEE4A; }
a { background-color: rgb(170,238,74); }
div.DivClassName
{
background-color: #AAEE4A;
}
.BgClassName
{
background-color: #AAEE4A;
}
</style>
border-color css
<style>
span { border-color: #AAEE4A; }
span { border-color: rgb(170,238,74); }
td.TdClassName
{
border-color: #AAEE4A;
}
.TagClassName
{
border-color: #AAEE4A;
}
</style>