Shades of Conifer #AADC5B
Tints of Conifer #AADC5B
RGB
CMYK
RGB Variations
Color information
#AADC5B (or 0xAADC5B) is known color: Conifer. HEX triplet: AA, DC and 5B. RGB value is (170,220,91). Sum of RGB (Red+Green+Blue) = 170+220+91=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC5B is #5523A4. Grayscale: #BEBEBE. Windows color (decimal): -5579685 or 6020266. OLE color: 6020266.
HSL color Cylindrical-coordinate representation of color #AADC5B: hue angle of 83.26º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AADC5B is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 91 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.14 |
| HSL | 83.26º | 0.65% | 0.61% | - |
| HSV(B) | 83.26º | 0.59% | 0.86% | - |
| XYZ | 44.06 | 60.49 | 19.25 | - |
| YUV | 190.34 | 71.94 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 91 | 0.23 | 0 | 0.59 | 0.14 | 83.26 | 0.65 | 0.61 |
| Hex | AA | DC | 5B | 17 | 0 | 3B | E | 53 | 41 | 3D |
| Octal | 252 | 334 | 133 | 27 | 0 | 73 | 16 | 123 | 101 | 75 |
| Binary | 10101010 | 11011100 | 1011011 | 10111 | 0 | 111011 | 1110 | 1010011 | 1000001 | 111101 |
Color Harmonies of #AADC5B
Complementary color
Monochromatic Colors of #AADC5B
Black with #AADC5B
Text Example
Text Example
White with #AADC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC5B; }
p { color: rgb(170,220,91); }
H1.HeaderClassName
{
color: #AADC5B;
}
.AnyTagClassName
{
color: #AADC5B;
}
</style>
background-color css
<style>
a { background-color: #AADC5B; }
a { background-color: rgb(170,220,91); }
div.DivClassName
{
background-color: #AADC5B;
}
.BgClassName
{
background-color: #AADC5B;
}
</style>
border-color css
<style>
span { border-color: #AADC5B; }
span { border-color: rgb(170,220,91); }
td.TdClassName
{
border-color: #AADC5B;
}
.TagClassName
{
border-color: #AADC5B;
}
</style>