Shades of Conifer #AADD4C
Tints of Conifer #AADD4C
RGB
CMYK
RGB Variations
Color information
#AADD4C (or 0xAADD4C) is known color: Conifer. HEX triplet: AA, DD and 4C. RGB value is (170,221,76). Sum of RGB (Red+Green+Blue) = 170+221+76=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD4C is #5522B3. Grayscale: #BDBDBD. Windows color (decimal): -5579444 or 5037482. OLE color: 5037482.
HSL color Cylindrical-coordinate representation of color #AADD4C: hue angle of 81.1º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AADD4C is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 76 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.13 |
| HSL | 81.1º | 0.68% | 0.58% | - |
| HSV(B) | 81.1º | 0.66% | 0.87% | - |
| XYZ | 43.74 | 60.78 | 16.26 | - |
| YUV | 189.22 | 64.1 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 76 | 0.23 | 0 | 0.66 | 0.13 | 81.1 | 0.68 | 0.58 |
| Hex | AA | DD | 4C | 17 | 0 | 42 | D | 51 | 44 | 3A |
| Octal | 252 | 335 | 114 | 27 | 0 | 102 | 15 | 121 | 104 | 72 |
| Binary | 10101010 | 11011101 | 1001100 | 10111 | 0 | 1000010 | 1101 | 1010001 | 1000100 | 111010 |
Color Harmonies of #AADD4C
Complementary color
Monochromatic Colors of #AADD4C
Black with #AADD4C
Text Example
Text Example
White with #AADD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD4C; }
p { color: rgb(170,221,76); }
H1.HeaderClassName
{
color: #AADD4C;
}
.AnyTagClassName
{
color: #AADD4C;
}
</style>
background-color css
<style>
a { background-color: #AADD4C; }
a { background-color: rgb(170,221,76); }
div.DivClassName
{
background-color: #AADD4C;
}
.BgClassName
{
background-color: #AADD4C;
}
</style>
border-color css
<style>
span { border-color: #AADD4C; }
span { border-color: rgb(170,221,76); }
td.TdClassName
{
border-color: #AADD4C;
}
.TagClassName
{
border-color: #AADD4C;
}
</style>