Shades of Conifer #AAEB4E
Tints of Conifer #AAEB4E
RGB
CMYK
RGB Variations
Color information
#AAEB4E (or 0xAAEB4E) is known color: Conifer. HEX triplet: AA, EB and 4E. RGB value is (170,235,78). Sum of RGB (Red+Green+Blue) = 170+235+78=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 235 (92.19% from 255 or 48.65% from 483); Blue value is 78 (30.86% from 255 or 16.15% from 483); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEB4E is #5514B1. Grayscale: #C6C6C6. Windows color (decimal): -5575858 or 5172138. OLE color: 5172138.
HSL color Cylindrical-coordinate representation of color #AAEB4E: hue angle of 84.84º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAEB4E is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 78 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.08 |
| HSL | 84.84º | 0.8% | 0.61% | - |
| HSV(B) | 84.84º | 0.67% | 0.92% | - |
| XYZ | 47.66 | 68.51 | 17.92 | - |
| YUV | 197.67 | 60.47 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 78 | 0.28 | 0 | 0.67 | 0.08 | 84.84 | 0.8 | 0.61 |
| Hex | AA | EB | 4E | 1C | 0 | 43 | 8 | 55 | 50 | 3D |
| Octal | 252 | 353 | 116 | 34 | 0 | 103 | 10 | 125 | 120 | 75 |
| Binary | 10101010 | 11101011 | 1001110 | 11100 | 0 | 1000011 | 1000 | 1010101 | 1010000 | 111101 |
Color Harmonies of #AAEB4E
Complementary color
Monochromatic Colors of #AAEB4E
Black with #AAEB4E
Text Example
Text Example
White with #AAEB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEB4E; }
p { color: rgb(170,235,78); }
H1.HeaderClassName
{
color: #AAEB4E;
}
.AnyTagClassName
{
color: #AAEB4E;
}
</style>
background-color css
<style>
a { background-color: #AAEB4E; }
a { background-color: rgb(170,235,78); }
div.DivClassName
{
background-color: #AAEB4E;
}
.BgClassName
{
background-color: #AAEB4E;
}
</style>
border-color css
<style>
span { border-color: #AAEB4E; }
span { border-color: rgb(170,235,78); }
td.TdClassName
{
border-color: #AAEB4E;
}
.TagClassName
{
border-color: #AAEB4E;
}
</style>