Shades of Conifer #AAE64B
Tints of Conifer #AAE64B
RGB
CMYK
RGB Variations
Color information
#AAE64B (or 0xAAE64B) is known color: Conifer. HEX triplet: AA, E6 and 4B. RGB value is (170,230,75). Sum of RGB (Red+Green+Blue) = 170+230+75=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE64B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE64B is #5519B4. Grayscale: #C2C2C2. Windows color (decimal): -5577141 or 4974250. OLE color: 4974250.
HSL color Cylindrical-coordinate representation of color #AAE64B: hue angle of 83.23º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAE64B is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 75 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.10 |
| HSL | 83.23º | 0.76% | 0.6% | - |
| HSV(B) | 83.23º | 0.67% | 0.9% | - |
| XYZ | 46.14 | 65.65 | 16.9 | - |
| YUV | 194.39 | 60.62 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 75 | 0.26 | 0 | 0.67 | 0.10 | 83.23 | 0.76 | 0.6 |
| Hex | AA | E6 | 4B | 1A | 0 | 43 | A | 53 | 4C | 3C |
| Octal | 252 | 346 | 113 | 32 | 0 | 103 | 12 | 123 | 114 | 74 |
| Binary | 10101010 | 11100110 | 1001011 | 11010 | 0 | 1000011 | 1010 | 1010011 | 1001100 | 111100 |
Color Harmonies of #AAE64B
Complementary color
Monochromatic Colors of #AAE64B
Black with #AAE64B
Text Example
Text Example
White with #AAE64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE64B; }
p { color: rgb(170,230,75); }
H1.HeaderClassName
{
color: #AAE64B;
}
.AnyTagClassName
{
color: #AAE64B;
}
</style>
background-color css
<style>
a { background-color: #AAE64B; }
a { background-color: rgb(170,230,75); }
div.DivClassName
{
background-color: #AAE64B;
}
.BgClassName
{
background-color: #AAE64B;
}
</style>
border-color css
<style>
span { border-color: #AAE64B; }
span { border-color: rgb(170,230,75); }
td.TdClassName
{
border-color: #AAE64B;
}
.TagClassName
{
border-color: #AAE64B;
}
</style>