Shades of Conifer #AAEB42
Tints of Conifer #AAEB42
RGB
CMYK
RGB Variations
Color information
#AAEB42 (or 0xAAEB42) is known color: Conifer. HEX triplet: AA, EB and 42. RGB value is (170,235,66). Sum of RGB (Red+Green+Blue) = 170+235+66=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 66 (26.17% from 255 or 14.01% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEB42 is #5514BD. Grayscale: #C4C4C4. Windows color (decimal): -5575870 or 4385706. OLE color: 4385706.
HSL color Cylindrical-coordinate representation of color #AAEB42: hue angle of 83.08º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAEB42 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 66 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.08 |
| HSL | 83.08º | 0.81% | 0.59% | - |
| HSV(B) | 83.08º | 0.72% | 0.92% | - |
| XYZ | 47.27 | 68.36 | 15.86 | - |
| YUV | 196.3 | 54.47 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 66 | 0.28 | 0 | 0.72 | 0.08 | 83.08 | 0.81 | 0.59 |
| Hex | AA | EB | 42 | 1C | 0 | 48 | 8 | 53 | 51 | 3B |
| Octal | 252 | 353 | 102 | 34 | 0 | 110 | 10 | 123 | 121 | 73 |
| Binary | 10101010 | 11101011 | 1000010 | 11100 | 0 | 1001000 | 1000 | 1010011 | 1010001 | 111011 |
Color Harmonies of #AAEB42
Complementary color
Monochromatic Colors of #AAEB42
Black with #AAEB42
Text Example
Text Example
White with #AAEB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEB42; }
p { color: rgb(170,235,66); }
H1.HeaderClassName
{
color: #AAEB42;
}
.AnyTagClassName
{
color: #AAEB42;
}
</style>
background-color css
<style>
a { background-color: #AAEB42; }
a { background-color: rgb(170,235,66); }
div.DivClassName
{
background-color: #AAEB42;
}
.BgClassName
{
background-color: #AAEB42;
}
</style>
border-color css
<style>
span { border-color: #AAEB42; }
span { border-color: rgb(170,235,66); }
td.TdClassName
{
border-color: #AAEB42;
}
.TagClassName
{
border-color: #AAEB42;
}
</style>