Shades of Conifer #AAD546
Tints of Conifer #AAD546
RGB
CMYK
RGB Variations
Color information
#AAD546 (or 0xAAD546) is known color: Conifer. HEX triplet: AA, D5 and 46. RGB value is (170,213,70). Sum of RGB (Red+Green+Blue) = 170+213+70=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD546 is #552AB9. Grayscale: #B8B8B8. Windows color (decimal): -5581498 or 4642218. OLE color: 4642218.
HSL color Cylindrical-coordinate representation of color #AAD546: hue angle of 78.04º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAD546 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 70 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.16 |
| HSL | 78.04º | 0.63% | 0.55% | - |
| HSV(B) | 78.04º | 0.67% | 0.84% | - |
| XYZ | 41.48 | 56.58 | 14.53 | - |
| YUV | 183.84 | 63.75 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 70 | 0.20 | 0 | 0.67 | 0.16 | 78.04 | 0.63 | 0.55 |
| Hex | AA | D5 | 46 | 14 | 0 | 43 | 10 | 4E | 3F | 37 |
| Octal | 252 | 325 | 106 | 24 | 0 | 103 | 20 | 116 | 77 | 67 |
| Binary | 10101010 | 11010101 | 1000110 | 10100 | 0 | 1000011 | 10000 | 1001110 | 111111 | 110111 |
Color Harmonies of #AAD546
Complementary color
Monochromatic Colors of #AAD546
Black with #AAD546
Text Example
Text Example
White with #AAD546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD546; }
p { color: rgb(170,213,70); }
H1.HeaderClassName
{
color: #AAD546;
}
.AnyTagClassName
{
color: #AAD546;
}
</style>
background-color css
<style>
a { background-color: #AAD546; }
a { background-color: rgb(170,213,70); }
div.DivClassName
{
background-color: #AAD546;
}
.BgClassName
{
background-color: #AAD546;
}
</style>
border-color css
<style>
span { border-color: #AAD546; }
span { border-color: rgb(170,213,70); }
td.TdClassName
{
border-color: #AAD546;
}
.TagClassName
{
border-color: #AAD546;
}
</style>