Shades of Conifer #AAD65E
Tints of Conifer #AAD65E
RGB
CMYK
RGB Variations
Color information
#AAD65E (or 0xAAD65E) is known color: Conifer. HEX triplet: AA, D6 and 5E. RGB value is (170,214,94). Sum of RGB (Red+Green+Blue) = 170+214+94=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD65E is #5529A1. Grayscale: #BBBBBB. Windows color (decimal): -5581218 or 6215338. OLE color: 6215338.
HSL color Cylindrical-coordinate representation of color #AAD65E: hue angle of 82º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAD65E is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 214 | 94 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.16 |
| HSL | 82º | 0.59% | 0.6% | - |
| HSV(B) | 82º | 0.56% | 0.84% | - |
| XYZ | 42.64 | 57.45 | 19.43 | - |
| YUV | 187.16 | 75.42 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 94 | 0.21 | 0 | 0.56 | 0.16 | 82 | 0.59 | 0.6 |
| Hex | AA | D6 | 5E | 15 | 0 | 38 | 10 | 52 | 3B | 3C |
| Octal | 252 | 326 | 136 | 25 | 0 | 70 | 20 | 122 | 73 | 74 |
| Binary | 10101010 | 11010110 | 1011110 | 10101 | 0 | 111000 | 10000 | 1010010 | 111011 | 111100 |
Color Harmonies of #AAD65E
Complementary color
Monochromatic Colors of #AAD65E
Black with #AAD65E
Text Example
Text Example
White with #AAD65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD65E; }
p { color: rgb(170,214,94); }
H1.HeaderClassName
{
color: #AAD65E;
}
.AnyTagClassName
{
color: #AAD65E;
}
</style>
background-color css
<style>
a { background-color: #AAD65E; }
a { background-color: rgb(170,214,94); }
div.DivClassName
{
background-color: #AAD65E;
}
.BgClassName
{
background-color: #AAD65E;
}
</style>
border-color css
<style>
span { border-color: #AAD65E; }
span { border-color: rgb(170,214,94); }
td.TdClassName
{
border-color: #AAD65E;
}
.TagClassName
{
border-color: #AAD65E;
}
</style>