Shades of Conifer #AADD40
Tints of Conifer #AADD40
RGB
CMYK
RGB Variations
Color information
#AADD40 (or 0xAADD40) is known color: Conifer. HEX triplet: AA, DD and 40. RGB value is (170,221,64). Sum of RGB (Red+Green+Blue) = 170+221+64=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD40 is #5522BF. Grayscale: #BCBCBC. Windows color (decimal): -5579456 or 4251050. OLE color: 4251050.
HSL color Cylindrical-coordinate representation of color #AADD40: hue angle of 79.49º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AADD40 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 64 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.13 |
| HSL | 79.49º | 0.7% | 0.56% | - |
| HSV(B) | 79.49º | 0.71% | 0.87% | - |
| XYZ | 43.36 | 60.63 | 14.27 | - |
| YUV | 187.85 | 58.1 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 64 | 0.23 | 0 | 0.71 | 0.13 | 79.49 | 0.7 | 0.56 |
| Hex | AA | DD | 40 | 17 | 0 | 47 | D | 4F | 46 | 38 |
| Octal | 252 | 335 | 100 | 27 | 0 | 107 | 15 | 117 | 106 | 70 |
| Binary | 10101010 | 11011101 | 1000000 | 10111 | 0 | 1000111 | 1101 | 1001111 | 1000110 | 111000 |
Color Harmonies of #AADD40
Complementary color
Monochromatic Colors of #AADD40
Black with #AADD40
Text Example
Text Example
White with #AADD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD40; }
p { color: rgb(170,221,64); }
H1.HeaderClassName
{
color: #AADD40;
}
.AnyTagClassName
{
color: #AADD40;
}
</style>
background-color css
<style>
a { background-color: #AADD40; }
a { background-color: rgb(170,221,64); }
div.DivClassName
{
background-color: #AADD40;
}
.BgClassName
{
background-color: #AADD40;
}
</style>
border-color css
<style>
span { border-color: #AADD40; }
span { border-color: rgb(170,221,64); }
td.TdClassName
{
border-color: #AADD40;
}
.TagClassName
{
border-color: #AADD40;
}
</style>