Shades of Conifer #AAEB40
Tints of Conifer #AAEB40
RGB
CMYK
RGB Variations
Color information
#AAEB40 (or 0xAAEB40) is known color: Conifer. HEX triplet: AA, EB and 40. RGB value is (170,235,64). Sum of RGB (Red+Green+Blue) = 170+235+64=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 235 (92.19% from 255 or 50.11% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEB40 is #5514BF. Grayscale: #C4C4C4. Windows color (decimal): -5575872 or 4254634. OLE color: 4254634.
HSL color Cylindrical-coordinate representation of color #AAEB40: hue angle of 82.81º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAEB40 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 64 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.08 |
| HSL | 82.81º | 0.81% | 0.59% | - |
| HSV(B) | 82.81º | 0.73% | 0.92% | - |
| XYZ | 47.21 | 68.33 | 15.55 | - |
| YUV | 196.07 | 53.47 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 64 | 0.28 | 0 | 0.73 | 0.08 | 82.81 | 0.81 | 0.59 |
| Hex | AA | EB | 40 | 1C | 0 | 49 | 8 | 53 | 51 | 3B |
| Octal | 252 | 353 | 100 | 34 | 0 | 111 | 10 | 123 | 121 | 73 |
| Binary | 10101010 | 11101011 | 1000000 | 11100 | 0 | 1001001 | 1000 | 1010011 | 1010001 | 111011 |
Color Harmonies of #AAEB40
Complementary color
Monochromatic Colors of #AAEB40
Black with #AAEB40
Text Example
Text Example
White with #AAEB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEB40; }
p { color: rgb(170,235,64); }
H1.HeaderClassName
{
color: #AAEB40;
}
.AnyTagClassName
{
color: #AAEB40;
}
</style>
background-color css
<style>
a { background-color: #AAEB40; }
a { background-color: rgb(170,235,64); }
div.DivClassName
{
background-color: #AAEB40;
}
.BgClassName
{
background-color: #AAEB40;
}
</style>
border-color css
<style>
span { border-color: #AAEB40; }
span { border-color: rgb(170,235,64); }
td.TdClassName
{
border-color: #AAEB40;
}
.TagClassName
{
border-color: #AAEB40;
}
</style>