Shades of Conifer #AAE363
Tints of Conifer #AAE363
RGB
CMYK
RGB Variations
Color information
#AAE363 (or 0xAAE363) is known color: Conifer. HEX triplet: AA, E3 and 63. RGB value is (170,227,99). Sum of RGB (Red+Green+Blue) = 170+227+99=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE363 is #551C9C. Grayscale: #C3C3C3. Windows color (decimal): -5577885 or 6546346. OLE color: 6546346.
HSL color Cylindrical-coordinate representation of color #AAE363: hue angle of 86.72º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAE363 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 99 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.11 |
| HSL | 86.72º | 0.7% | 0.64% | - |
| HSV(B) | 86.72º | 0.56% | 0.89% | - |
| XYZ | 46.3 | 64.39 | 21.79 | - |
| YUV | 195.37 | 73.62 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 99 | 0.25 | 0 | 0.56 | 0.11 | 86.72 | 0.7 | 0.64 |
| Hex | AA | E3 | 63 | 19 | 0 | 38 | B | 57 | 46 | 40 |
| Octal | 252 | 343 | 143 | 31 | 0 | 70 | 13 | 127 | 106 | 100 |
| Binary | 10101010 | 11100011 | 1100011 | 11001 | 0 | 111000 | 1011 | 1010111 | 1000110 | 1000000 |
Color Harmonies of #AAE363
Complementary color
Monochromatic Colors of #AAE363
Black with #AAE363
Text Example
Text Example
White with #AAE363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE363; }
p { color: rgb(170,227,99); }
H1.HeaderClassName
{
color: #AAE363;
}
.AnyTagClassName
{
color: #AAE363;
}
</style>
background-color css
<style>
a { background-color: #AAE363; }
a { background-color: rgb(170,227,99); }
div.DivClassName
{
background-color: #AAE363;
}
.BgClassName
{
background-color: #AAE363;
}
</style>
border-color css
<style>
span { border-color: #AAE363; }
span { border-color: rgb(170,227,99); }
td.TdClassName
{
border-color: #AAE363;
}
.TagClassName
{
border-color: #AAE363;
}
</style>