Shades of Conifer #AADA4A
Tints of Conifer #AADA4A
RGB
CMYK
RGB Variations
Color information
#AADA4A (or 0xAADA4A) is known color: Conifer. HEX triplet: AA, DA and 4A. RGB value is (170,218,74). Sum of RGB (Red+Green+Blue) = 170+218+74=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADA4A is #5525B5. Grayscale: #BBBBBB. Windows color (decimal): -5580214 or 4905642. OLE color: 4905642.
HSL color Cylindrical-coordinate representation of color #AADA4A: hue angle of 80º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AADA4A is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 74 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.15 |
| HSL | 80º | 0.66% | 0.57% | - |
| HSV(B) | 80º | 0.66% | 0.85% | - |
| XYZ | 42.89 | 59.18 | 15.64 | - |
| YUV | 187.23 | 64.1 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 74 | 0.22 | 0 | 0.66 | 0.15 | 80 | 0.66 | 0.57 |
| Hex | AA | DA | 4A | 16 | 0 | 42 | F | 50 | 42 | 39 |
| Octal | 252 | 332 | 112 | 26 | 0 | 102 | 17 | 120 | 102 | 71 |
| Binary | 10101010 | 11011010 | 1001010 | 10110 | 0 | 1000010 | 1111 | 1010000 | 1000010 | 111001 |
Color Harmonies of #AADA4A
Complementary color
Monochromatic Colors of #AADA4A
Black with #AADA4A
Text Example
Text Example
White with #AADA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADA4A; }
p { color: rgb(170,218,74); }
H1.HeaderClassName
{
color: #AADA4A;
}
.AnyTagClassName
{
color: #AADA4A;
}
</style>
background-color css
<style>
a { background-color: #AADA4A; }
a { background-color: rgb(170,218,74); }
div.DivClassName
{
background-color: #AADA4A;
}
.BgClassName
{
background-color: #AADA4A;
}
</style>
border-color css
<style>
span { border-color: #AADA4A; }
span { border-color: rgb(170,218,74); }
td.TdClassName
{
border-color: #AADA4A;
}
.TagClassName
{
border-color: #AADA4A;
}
</style>