Shades of Conifer #AADC54
Tints of Conifer #AADC54
RGB
CMYK
RGB Variations
Color information
#AADC54 (or 0xAADC54) is known color: Conifer. HEX triplet: AA, DC and 54. RGB value is (170,220,84). Sum of RGB (Red+Green+Blue) = 170+220+84=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 84 (33.20% from 255 or 17.72% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC54 is #5523AB. Grayscale: #BEBEBE. Windows color (decimal): -5579692 or 5561514. OLE color: 5561514.
HSL color Cylindrical-coordinate representation of color #AADC54: hue angle of 82.06º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AADC54 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 84 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.14 |
| HSL | 82.06º | 0.66% | 0.6% | - |
| HSV(B) | 82.06º | 0.62% | 0.86% | - |
| XYZ | 43.77 | 60.37 | 17.73 | - |
| YUV | 189.55 | 68.44 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 84 | 0.23 | 0 | 0.62 | 0.14 | 82.06 | 0.66 | 0.6 |
| Hex | AA | DC | 54 | 17 | 0 | 3E | E | 52 | 42 | 3C |
| Octal | 252 | 334 | 124 | 27 | 0 | 76 | 16 | 122 | 102 | 74 |
| Binary | 10101010 | 11011100 | 1010100 | 10111 | 0 | 111110 | 1110 | 1010010 | 1000010 | 111100 |
Color Harmonies of #AADC54
Complementary color
Monochromatic Colors of #AADC54
Black with #AADC54
Text Example
Text Example
White with #AADC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC54; }
p { color: rgb(170,220,84); }
H1.HeaderClassName
{
color: #AADC54;
}
.AnyTagClassName
{
color: #AADC54;
}
</style>
background-color css
<style>
a { background-color: #AADC54; }
a { background-color: rgb(170,220,84); }
div.DivClassName
{
background-color: #AADC54;
}
.BgClassName
{
background-color: #AADC54;
}
</style>
border-color css
<style>
span { border-color: #AADC54; }
span { border-color: rgb(170,220,84); }
td.TdClassName
{
border-color: #AADC54;
}
.TagClassName
{
border-color: #AADC54;
}
</style>