Shades of Conifer #AADC55
Tints of Conifer #AADC55
RGB
CMYK
RGB Variations
Color information
#AADC55 (or 0xAADC55) is known color: Conifer. HEX triplet: AA, DC and 55. RGB value is (170,220,85). Sum of RGB (Red+Green+Blue) = 170+220+85=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 85 (33.59% from 255 or 17.89% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC55 is #5523AA. Grayscale: #BEBEBE. Windows color (decimal): -5579691 or 5627050. OLE color: 5627050.
HSL color Cylindrical-coordinate representation of color #AADC55: hue angle of 82.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AADC55 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 85 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.14 |
| HSL | 82.22º | 0.66% | 0.6% | - |
| HSV(B) | 82.22º | 0.61% | 0.86% | - |
| XYZ | 43.81 | 60.39 | 17.94 | - |
| YUV | 189.66 | 68.94 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 85 | 0.23 | 0 | 0.61 | 0.14 | 82.22 | 0.66 | 0.6 |
| Hex | AA | DC | 55 | 17 | 0 | 3D | E | 52 | 42 | 3C |
| Octal | 252 | 334 | 125 | 27 | 0 | 75 | 16 | 122 | 102 | 74 |
| Binary | 10101010 | 11011100 | 1010101 | 10111 | 0 | 111101 | 1110 | 1010010 | 1000010 | 111100 |
Color Harmonies of #AADC55
Complementary color
Monochromatic Colors of #AADC55
Black with #AADC55
Text Example
Text Example
White with #AADC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC55; }
p { color: rgb(170,220,85); }
H1.HeaderClassName
{
color: #AADC55;
}
.AnyTagClassName
{
color: #AADC55;
}
</style>
background-color css
<style>
a { background-color: #AADC55; }
a { background-color: rgb(170,220,85); }
div.DivClassName
{
background-color: #AADC55;
}
.BgClassName
{
background-color: #AADC55;
}
</style>
border-color css
<style>
span { border-color: #AADC55; }
span { border-color: rgb(170,220,85); }
td.TdClassName
{
border-color: #AADC55;
}
.TagClassName
{
border-color: #AADC55;
}
</style>