Shades of Conifer #AADC5E
Tints of Conifer #AADC5E
RGB
CMYK
RGB Variations
Color information
#AADC5E (or 0xAADC5E) is known color: Conifer. HEX triplet: AA, DC and 5E. RGB value is (170,220,94). Sum of RGB (Red+Green+Blue) = 170+220+94=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC5E is #5523A1. Grayscale: #BFBFBF. Windows color (decimal): -5579682 or 6216874. OLE color: 6216874.
HSL color Cylindrical-coordinate representation of color #AADC5E: hue angle of 83.81º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AADC5E is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 94 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.14 |
| HSL | 83.81º | 0.64% | 0.62% | - |
| HSV(B) | 83.81º | 0.57% | 0.86% | - |
| XYZ | 44.19 | 60.54 | 19.95 | - |
| YUV | 190.69 | 73.44 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 94 | 0.23 | 0 | 0.57 | 0.14 | 83.81 | 0.64 | 0.62 |
| Hex | AA | DC | 5E | 17 | 0 | 39 | E | 54 | 40 | 3E |
| Octal | 252 | 334 | 136 | 27 | 0 | 71 | 16 | 124 | 100 | 76 |
| Binary | 10101010 | 11011100 | 1011110 | 10111 | 0 | 111001 | 1110 | 1010100 | 1000000 | 111110 |
Color Harmonies of #AADC5E
Complementary color
Monochromatic Colors of #AADC5E
Black with #AADC5E
Text Example
Text Example
White with #AADC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC5E; }
p { color: rgb(170,220,94); }
H1.HeaderClassName
{
color: #AADC5E;
}
.AnyTagClassName
{
color: #AADC5E;
}
</style>
background-color css
<style>
a { background-color: #AADC5E; }
a { background-color: rgb(170,220,94); }
div.DivClassName
{
background-color: #AADC5E;
}
.BgClassName
{
background-color: #AADC5E;
}
</style>
border-color css
<style>
span { border-color: #AADC5E; }
span { border-color: rgb(170,220,94); }
td.TdClassName
{
border-color: #AADC5E;
}
.TagClassName
{
border-color: #AADC5E;
}
</style>