Shades of Conifer #AADD4B
Tints of Conifer #AADD4B
RGB
CMYK
RGB Variations
Color information
#AADD4B (or 0xAADD4B) is known color: Conifer. HEX triplet: AA, DD and 4B. RGB value is (170,221,75). Sum of RGB (Red+Green+Blue) = 170+221+75=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD4B is #5522B4. Grayscale: #BDBDBD. Windows color (decimal): -5579445 or 4971946. OLE color: 4971946.
HSL color Cylindrical-coordinate representation of color #AADD4B: hue angle of 80.96º 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 #AADD4B is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 75 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.13 |
| HSL | 80.96º | 0.68% | 0.58% | - |
| HSV(B) | 80.96º | 0.66% | 0.87% | - |
| XYZ | 43.7 | 60.77 | 16.08 | - |
| YUV | 189.11 | 63.6 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 75 | 0.23 | 0 | 0.66 | 0.13 | 80.96 | 0.68 | 0.58 |
| Hex | AA | DD | 4B | 17 | 0 | 42 | D | 51 | 44 | 3A |
| Octal | 252 | 335 | 113 | 27 | 0 | 102 | 15 | 121 | 104 | 72 |
| Binary | 10101010 | 11011101 | 1001011 | 10111 | 0 | 1000010 | 1101 | 1010001 | 1000100 | 111010 |
Color Harmonies of #AADD4B
Complementary color
Monochromatic Colors of #AADD4B
Black with #AADD4B
Text Example
Text Example
White with #AADD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD4B; }
p { color: rgb(170,221,75); }
H1.HeaderClassName
{
color: #AADD4B;
}
.AnyTagClassName
{
color: #AADD4B;
}
</style>
background-color css
<style>
a { background-color: #AADD4B; }
a { background-color: rgb(170,221,75); }
div.DivClassName
{
background-color: #AADD4B;
}
.BgClassName
{
background-color: #AADD4B;
}
</style>
border-color css
<style>
span { border-color: #AADD4B; }
span { border-color: rgb(170,221,75); }
td.TdClassName
{
border-color: #AADD4B;
}
.TagClassName
{
border-color: #AADD4B;
}
</style>