Shades of Conifer #AADC4D
Tints of Conifer #AADC4D
RGB
CMYK
RGB Variations
Color information
#AADC4D (or 0xAADC4D) is known color: Conifer. HEX triplet: AA, DC and 4D. RGB value is (170,220,77). Sum of RGB (Red+Green+Blue) = 170+220+77=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC4D is #5523B2. Grayscale: #BDBDBD. Windows color (decimal): -5579699 or 5102762. OLE color: 5102762.
HSL color Cylindrical-coordinate representation of color #AADC4D: hue angle of 80.98º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AADC4D is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 77 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.14 |
| HSL | 80.98º | 0.67% | 0.58% | - |
| HSV(B) | 80.98º | 0.65% | 0.86% | - |
| XYZ | 43.51 | 60.27 | 16.36 | - |
| YUV | 188.75 | 64.94 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 77 | 0.23 | 0 | 0.65 | 0.14 | 80.98 | 0.67 | 0.58 |
| Hex | AA | DC | 4D | 17 | 0 | 41 | E | 51 | 43 | 3A |
| Octal | 252 | 334 | 115 | 27 | 0 | 101 | 16 | 121 | 103 | 72 |
| Binary | 10101010 | 11011100 | 1001101 | 10111 | 0 | 1000001 | 1110 | 1010001 | 1000011 | 111010 |
Color Harmonies of #AADC4D
Complementary color
Monochromatic Colors of #AADC4D
Black with #AADC4D
Text Example
Text Example
White with #AADC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC4D; }
p { color: rgb(170,220,77); }
H1.HeaderClassName
{
color: #AADC4D;
}
.AnyTagClassName
{
color: #AADC4D;
}
</style>
background-color css
<style>
a { background-color: #AADC4D; }
a { background-color: rgb(170,220,77); }
div.DivClassName
{
background-color: #AADC4D;
}
.BgClassName
{
background-color: #AADC4D;
}
</style>
border-color css
<style>
span { border-color: #AADC4D; }
span { border-color: rgb(170,220,77); }
td.TdClassName
{
border-color: #AADC4D;
}
.TagClassName
{
border-color: #AADC4D;
}
</style>