Shades of Conifer #AAE643
Tints of Conifer #AAE643
RGB
CMYK
RGB Variations
Color information
#AAE643 (or 0xAAE643) is known color: Conifer. HEX triplet: AA, E6 and 43. RGB value is (170,230,67). Sum of RGB (Red+Green+Blue) = 170+230+67=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 67 (26.56% from 255 or 14.35% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE643 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE643 is #5519BC. Grayscale: #C2C2C2. Windows color (decimal): -5577149 or 4449962. OLE color: 4449962.
HSL color Cylindrical-coordinate representation of color #AAE643: hue angle of 82.09º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAE643 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 67 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.10 |
| HSL | 82.09º | 0.77% | 0.58% | - |
| HSV(B) | 82.09º | 0.71% | 0.9% | - |
| XYZ | 45.89 | 65.54 | 15.54 | - |
| YUV | 193.48 | 56.62 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 67 | 0.26 | 0 | 0.71 | 0.10 | 82.09 | 0.77 | 0.58 |
| Hex | AA | E6 | 43 | 1A | 0 | 47 | A | 52 | 4D | 3A |
| Octal | 252 | 346 | 103 | 32 | 0 | 107 | 12 | 122 | 115 | 72 |
| Binary | 10101010 | 11100110 | 1000011 | 11010 | 0 | 1000111 | 1010 | 1010010 | 1001101 | 111010 |
Color Harmonies of #AAE643
Complementary color
Monochromatic Colors of #AAE643
Black with #AAE643
Text Example
Text Example
White with #AAE643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE643; }
p { color: rgb(170,230,67); }
H1.HeaderClassName
{
color: #AAE643;
}
.AnyTagClassName
{
color: #AAE643;
}
</style>
background-color css
<style>
a { background-color: #AAE643; }
a { background-color: rgb(170,230,67); }
div.DivClassName
{
background-color: #AAE643;
}
.BgClassName
{
background-color: #AAE643;
}
</style>
border-color css
<style>
span { border-color: #AAE643; }
span { border-color: rgb(170,230,67); }
td.TdClassName
{
border-color: #AAE643;
}
.TagClassName
{
border-color: #AAE643;
}
</style>