Shades of Conifer #AACD5A
Tints of Conifer #AACD5A
RGB
CMYK
RGB Variations
Color information
#AACD5A (or 0xAACD5A) is known color: Conifer. HEX triplet: AA, CD and 5A. RGB value is (170,205,90). Sum of RGB (Red+Green+Blue) = 170+205+90=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD5A is #5532A5. Grayscale: #B5B5B5. Windows color (decimal): -5583526 or 5950890. OLE color: 5950890.
HSL color Cylindrical-coordinate representation of color #AACD5A: hue angle of 78.26º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AACD5A is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 90 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.20 |
| HSL | 78.26º | 0.53% | 0.58% | - |
| HSV(B) | 78.26º | 0.56% | 0.8% | - |
| XYZ | 40.25 | 52.95 | 17.77 | - |
| YUV | 181.43 | 76.4 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 90 | 0.17 | 0 | 0.56 | 0.20 | 78.26 | 0.53 | 0.58 |
| Hex | AA | CD | 5A | 11 | 0 | 38 | 14 | 4E | 35 | 3A |
| Octal | 252 | 315 | 132 | 21 | 0 | 70 | 24 | 116 | 65 | 72 |
| Binary | 10101010 | 11001101 | 1011010 | 10001 | 0 | 111000 | 10100 | 1001110 | 110101 | 111010 |
Color Harmonies of #AACD5A
Complementary color
Monochromatic Colors of #AACD5A
Black with #AACD5A
Text Example
Text Example
White with #AACD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACD5A; }
p { color: rgb(170,205,90); }
H1.HeaderClassName
{
color: #AACD5A;
}
.AnyTagClassName
{
color: #AACD5A;
}
</style>
background-color css
<style>
a { background-color: #AACD5A; }
a { background-color: rgb(170,205,90); }
div.DivClassName
{
background-color: #AACD5A;
}
.BgClassName
{
background-color: #AACD5A;
}
</style>
border-color css
<style>
span { border-color: #AACD5A; }
span { border-color: rgb(170,205,90); }
td.TdClassName
{
border-color: #AACD5A;
}
.TagClassName
{
border-color: #AACD5A;
}
</style>