Shades of Conifer #AADD68
Tints of Conifer #AADD68
RGB
CMYK
RGB Variations
Color information
#AADD68 (or 0xAADD68) is known color: Conifer. HEX triplet: AA, DD and 68. RGB value is (170,221,104). Sum of RGB (Red+Green+Blue) = 170+221+104=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD68 is #552297. Grayscale: #C0C0C0. Windows color (decimal): -5579416 or 6872490. OLE color: 6872490.
HSL color Cylindrical-coordinate representation of color #AADD68: hue angle of 86.15º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AADD68 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 104 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.13 |
| HSL | 86.15º | 0.63% | 0.64% | - |
| HSV(B) | 86.15º | 0.53% | 0.87% | - |
| XYZ | 44.93 | 61.26 | 22.55 | - |
| YUV | 192.41 | 78.1 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 104 | 0.23 | 0 | 0.53 | 0.13 | 86.15 | 0.63 | 0.64 |
| Hex | AA | DD | 68 | 17 | 0 | 35 | D | 56 | 3F | 40 |
| Octal | 252 | 335 | 150 | 27 | 0 | 65 | 15 | 126 | 77 | 100 |
| Binary | 10101010 | 11011101 | 1101000 | 10111 | 0 | 110101 | 1101 | 1010110 | 111111 | 1000000 |
Color Harmonies of #AADD68
Complementary color
Monochromatic Colors of #AADD68
Black with #AADD68
Text Example
Text Example
White with #AADD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD68; }
p { color: rgb(170,221,104); }
H1.HeaderClassName
{
color: #AADD68;
}
.AnyTagClassName
{
color: #AADD68;
}
</style>
background-color css
<style>
a { background-color: #AADD68; }
a { background-color: rgb(170,221,104); }
div.DivClassName
{
background-color: #AADD68;
}
.BgClassName
{
background-color: #AADD68;
}
</style>
border-color css
<style>
span { border-color: #AADD68; }
span { border-color: rgb(170,221,104); }
td.TdClassName
{
border-color: #AADD68;
}
.TagClassName
{
border-color: #AADD68;
}
</style>