Shades of Conifer #AADB4E
Tints of Conifer #AADB4E
RGB
CMYK
RGB Variations
Color information
#AADB4E (or 0xAADB4E) is known color: Conifer. HEX triplet: AA, DB and 4E. RGB value is (170,219,78). Sum of RGB (Red+Green+Blue) = 170+219+78=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 78 (30.86% from 255 or 16.70% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB4E is #5524B1. Grayscale: #BCBCBC. Windows color (decimal): -5579954 or 5168042. OLE color: 5168042.
HSL color Cylindrical-coordinate representation of color #AADB4E: hue angle of 80.85º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AADB4E is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 78 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.14 |
| HSL | 80.85º | 0.66% | 0.58% | - |
| HSV(B) | 80.85º | 0.64% | 0.86% | - |
| XYZ | 43.28 | 59.76 | 16.46 | - |
| YUV | 188.28 | 65.77 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 78 | 0.22 | 0 | 0.64 | 0.14 | 80.85 | 0.66 | 0.58 |
| Hex | AA | DB | 4E | 16 | 0 | 40 | E | 51 | 42 | 3A |
| Octal | 252 | 333 | 116 | 26 | 0 | 100 | 16 | 121 | 102 | 72 |
| Binary | 10101010 | 11011011 | 1001110 | 10110 | 0 | 1000000 | 1110 | 1010001 | 1000010 | 111010 |
Color Harmonies of #AADB4E
Complementary color
Monochromatic Colors of #AADB4E
Black with #AADB4E
Text Example
Text Example
White with #AADB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADB4E; }
p { color: rgb(170,219,78); }
H1.HeaderClassName
{
color: #AADB4E;
}
.AnyTagClassName
{
color: #AADB4E;
}
</style>
background-color css
<style>
a { background-color: #AADB4E; }
a { background-color: rgb(170,219,78); }
div.DivClassName
{
background-color: #AADB4E;
}
.BgClassName
{
background-color: #AADB4E;
}
</style>
border-color css
<style>
span { border-color: #AADB4E; }
span { border-color: rgb(170,219,78); }
td.TdClassName
{
border-color: #AADB4E;
}
.TagClassName
{
border-color: #AADB4E;
}
</style>