Shades of Conifer #AAEE42
Tints of Conifer #AAEE42
RGB
CMYK
RGB Variations
Color information
#AAEE42 (or 0xAAEE42) is known color: Conifer. HEX triplet: AA, EE and 42. RGB value is (170,238,66). Sum of RGB (Red+Green+Blue) = 170+238+66=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEE42 is #5511BD. Grayscale: #C6C6C6. Windows color (decimal): -5575102 or 4386474. OLE color: 4386474.
HSL color Cylindrical-coordinate representation of color #AAEE42: hue angle of 83.72º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAEE42 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 66 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.07 |
| HSL | 83.72º | 0.83% | 0.6% | - |
| HSV(B) | 83.72º | 0.72% | 0.93% | - |
| XYZ | 48.14 | 70.09 | 16.15 | - |
| YUV | 198.06 | 53.47 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 66 | 0.29 | 0 | 0.72 | 0.07 | 83.72 | 0.83 | 0.6 |
| Hex | AA | EE | 42 | 1D | 0 | 48 | 7 | 54 | 53 | 3C |
| Octal | 252 | 356 | 102 | 35 | 0 | 110 | 7 | 124 | 123 | 74 |
| Binary | 10101010 | 11101110 | 1000010 | 11101 | 0 | 1001000 | 111 | 1010100 | 1010011 | 111100 |
Color Harmonies of #AAEE42
Complementary color
Monochromatic Colors of #AAEE42
Black with #AAEE42
Text Example
Text Example
White with #AAEE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEE42; }
p { color: rgb(170,238,66); }
H1.HeaderClassName
{
color: #AAEE42;
}
.AnyTagClassName
{
color: #AAEE42;
}
</style>
background-color css
<style>
a { background-color: #AAEE42; }
a { background-color: rgb(170,238,66); }
div.DivClassName
{
background-color: #AAEE42;
}
.BgClassName
{
background-color: #AAEE42;
}
</style>
border-color css
<style>
span { border-color: #AAEE42; }
span { border-color: rgb(170,238,66); }
td.TdClassName
{
border-color: #AAEE42;
}
.TagClassName
{
border-color: #AAEE42;
}
</style>