Shades of Conifer #AAE95D
Tints of Conifer #AAE95D
RGB
CMYK
RGB Variations
Color information
#AAE95D (or 0xAAE95D) is known color: Conifer. HEX triplet: AA, E9 and 5D. RGB value is (170,233,93). Sum of RGB (Red+Green+Blue) = 170+233+93=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE95D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE95D is #5516A2. Grayscale: #C6C6C6. Windows color (decimal): -5576355 or 6154666. OLE color: 6154666.
HSL color Cylindrical-coordinate representation of color #AAE95D: hue angle of 87º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAE95D is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 93 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.09 |
| HSL | 87º | 0.76% | 0.64% | - |
| HSV(B) | 87º | 0.6% | 0.91% | - |
| XYZ | 47.69 | 67.61 | 20.89 | - |
| YUV | 198.2 | 68.63 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 93 | 0.27 | 0 | 0.60 | 0.09 | 87 | 0.76 | 0.64 |
| Hex | AA | E9 | 5D | 1B | 0 | 3C | 9 | 57 | 4C | 40 |
| Octal | 252 | 351 | 135 | 33 | 0 | 74 | 11 | 127 | 114 | 100 |
| Binary | 10101010 | 11101001 | 1011101 | 11011 | 0 | 111100 | 1001 | 1010111 | 1001100 | 1000000 |
Color Harmonies of #AAE95D
Complementary color
Monochromatic Colors of #AAE95D
Black with #AAE95D
Text Example
Text Example
White with #AAE95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE95D; }
p { color: rgb(170,233,93); }
H1.HeaderClassName
{
color: #AAE95D;
}
.AnyTagClassName
{
color: #AAE95D;
}
</style>
background-color css
<style>
a { background-color: #AAE95D; }
a { background-color: rgb(170,233,93); }
div.DivClassName
{
background-color: #AAE95D;
}
.BgClassName
{
background-color: #AAE95D;
}
</style>
border-color css
<style>
span { border-color: #AAE95D; }
span { border-color: rgb(170,233,93); }
td.TdClassName
{
border-color: #AAE95D;
}
.TagClassName
{
border-color: #AAE95D;
}
</style>