Shades of Conifer #AAE94C
Tints of Conifer #AAE94C
RGB
CMYK
RGB Variations
Color information
#AAE94C (or 0xAAE94C) is known color: Conifer. HEX triplet: AA, E9 and 4C. RGB value is (170,233,76). Sum of RGB (Red+Green+Blue) = 170+233+76=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 233 (91.41% from 255 or 48.64% from 479); Blue value is 76 (30.08% from 255 or 15.87% from 479); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE94C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE94C is #5516B3. Grayscale: #C4C4C4. Windows color (decimal): -5576372 or 5040554. OLE color: 5040554.
HSL color Cylindrical-coordinate representation of color #AAE94C: hue angle of 84.08º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAE94C is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 76 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.09 |
| HSL | 84.08º | 0.78% | 0.61% | - |
| HSV(B) | 84.08º | 0.67% | 0.91% | - |
| XYZ | 47.02 | 67.35 | 17.36 | - |
| YUV | 196.27 | 60.13 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 76 | 0.27 | 0 | 0.67 | 0.09 | 84.08 | 0.78 | 0.61 |
| Hex | AA | E9 | 4C | 1B | 0 | 43 | 9 | 54 | 4E | 3D |
| Octal | 252 | 351 | 114 | 33 | 0 | 103 | 11 | 124 | 116 | 75 |
| Binary | 10101010 | 11101001 | 1001100 | 11011 | 0 | 1000011 | 1001 | 1010100 | 1001110 | 111101 |
Color Harmonies of #AAE94C
Complementary color
Monochromatic Colors of #AAE94C
Black with #AAE94C
Text Example
Text Example
White with #AAE94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE94C; }
p { color: rgb(170,233,76); }
H1.HeaderClassName
{
color: #AAE94C;
}
.AnyTagClassName
{
color: #AAE94C;
}
</style>
background-color css
<style>
a { background-color: #AAE94C; }
a { background-color: rgb(170,233,76); }
div.DivClassName
{
background-color: #AAE94C;
}
.BgClassName
{
background-color: #AAE94C;
}
</style>
border-color css
<style>
span { border-color: #AAE94C; }
span { border-color: rgb(170,233,76); }
td.TdClassName
{
border-color: #AAE94C;
}
.TagClassName
{
border-color: #AAE94C;
}
</style>