Shades of Conifer #AAD45A
Tints of Conifer #AAD45A
RGB
CMYK
RGB Variations
Color information
#AAD45A (or 0xAAD45A) is known color: Conifer. HEX triplet: AA, D4 and 5A. RGB value is (170,212,90). Sum of RGB (Red+Green+Blue) = 170+212+90=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD45A is #552BA5. Grayscale: #B9B9B9. Windows color (decimal): -5581734 or 5952682. OLE color: 5952682.
HSL color Cylindrical-coordinate representation of color #AAD45A: hue angle of 80.66º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAD45A is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 90 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.17 |
| HSL | 80.66º | 0.59% | 0.59% | - |
| HSV(B) | 80.66º | 0.58% | 0.83% | - |
| XYZ | 41.97 | 56.37 | 18.34 | - |
| YUV | 185.53 | 74.09 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 90 | 0.20 | 0 | 0.58 | 0.17 | 80.66 | 0.59 | 0.59 |
| Hex | AA | D4 | 5A | 14 | 0 | 3A | 11 | 51 | 3B | 3B |
| Octal | 252 | 324 | 132 | 24 | 0 | 72 | 21 | 121 | 73 | 73 |
| Binary | 10101010 | 11010100 | 1011010 | 10100 | 0 | 111010 | 10001 | 1010001 | 111011 | 111011 |
Color Harmonies of #AAD45A
Complementary color
Monochromatic Colors of #AAD45A
Black with #AAD45A
Text Example
Text Example
White with #AAD45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD45A; }
p { color: rgb(170,212,90); }
H1.HeaderClassName
{
color: #AAD45A;
}
.AnyTagClassName
{
color: #AAD45A;
}
</style>
background-color css
<style>
a { background-color: #AAD45A; }
a { background-color: rgb(170,212,90); }
div.DivClassName
{
background-color: #AAD45A;
}
.BgClassName
{
background-color: #AAD45A;
}
</style>
border-color css
<style>
span { border-color: #AAD45A; }
span { border-color: rgb(170,212,90); }
td.TdClassName
{
border-color: #AAD45A;
}
.TagClassName
{
border-color: #AAD45A;
}
</style>