Shades of Conifer #AADD41
Tints of Conifer #AADD41
RGB
CMYK
RGB Variations
Color information
#AADD41 (or 0xAADD41) is known color: Conifer. HEX triplet: AA, DD and 41. RGB value is (170,221,65). Sum of RGB (Red+Green+Blue) = 170+221+65=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD41 is #5522BE. Grayscale: #BCBCBC. Windows color (decimal): -5579455 or 4316586. OLE color: 4316586.
HSL color Cylindrical-coordinate representation of color #AADD41: hue angle of 79.62º 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 #AADD41 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 65 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.13 |
| HSL | 79.62º | 0.7% | 0.56% | - |
| HSV(B) | 79.62º | 0.71% | 0.87% | - |
| XYZ | 43.39 | 60.64 | 14.42 | - |
| YUV | 187.97 | 58.6 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 65 | 0.23 | 0 | 0.71 | 0.13 | 79.62 | 0.7 | 0.56 |
| Hex | AA | DD | 41 | 17 | 0 | 47 | D | 50 | 46 | 38 |
| Octal | 252 | 335 | 101 | 27 | 0 | 107 | 15 | 120 | 106 | 70 |
| Binary | 10101010 | 11011101 | 1000001 | 10111 | 0 | 1000111 | 1101 | 1010000 | 1000110 | 111000 |
Color Harmonies of #AADD41
Complementary color
Monochromatic Colors of #AADD41
Black with #AADD41
Text Example
Text Example
White with #AADD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD41; }
p { color: rgb(170,221,65); }
H1.HeaderClassName
{
color: #AADD41;
}
.AnyTagClassName
{
color: #AADD41;
}
</style>
background-color css
<style>
a { background-color: #AADD41; }
a { background-color: rgb(170,221,65); }
div.DivClassName
{
background-color: #AADD41;
}
.BgClassName
{
background-color: #AADD41;
}
</style>
border-color css
<style>
span { border-color: #AADD41; }
span { border-color: rgb(170,221,65); }
td.TdClassName
{
border-color: #AADD41;
}
.TagClassName
{
border-color: #AADD41;
}
</style>