Shades of Conifer #AAD349
Tints of Conifer #AAD349
RGB
CMYK
RGB Variations
Color information
#AAD349 (or 0xAAD349) is known color: Conifer. HEX triplet: AA, D3 and 49. RGB value is (170,211,73). Sum of RGB (Red+Green+Blue) = 170+211+73=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD349 is #552CB6. Grayscale: #B7B7B7. Windows color (decimal): -5582007 or 4838314. OLE color: 4838314.
HSL color Cylindrical-coordinate representation of color #AAD349: hue angle of 77.83º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAD349 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 73 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.17 |
| HSL | 77.83º | 0.61% | 0.56% | - |
| HSV(B) | 77.83º | 0.65% | 0.83% | - |
| XYZ | 41.07 | 55.62 | 14.87 | - |
| YUV | 183.01 | 65.92 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 73 | 0.19 | 0 | 0.65 | 0.17 | 77.83 | 0.61 | 0.56 |
| Hex | AA | D3 | 49 | 13 | 0 | 41 | 11 | 4E | 3D | 38 |
| Octal | 252 | 323 | 111 | 23 | 0 | 101 | 21 | 116 | 75 | 70 |
| Binary | 10101010 | 11010011 | 1001001 | 10011 | 0 | 1000001 | 10001 | 1001110 | 111101 | 111000 |
Color Harmonies of #AAD349
Complementary color
Monochromatic Colors of #AAD349
Black with #AAD349
Text Example
Text Example
White with #AAD349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD349; }
p { color: rgb(170,211,73); }
H1.HeaderClassName
{
color: #AAD349;
}
.AnyTagClassName
{
color: #AAD349;
}
</style>
background-color css
<style>
a { background-color: #AAD349; }
a { background-color: rgb(170,211,73); }
div.DivClassName
{
background-color: #AAD349;
}
.BgClassName
{
background-color: #AAD349;
}
</style>
border-color css
<style>
span { border-color: #AAD349; }
span { border-color: rgb(170,211,73); }
td.TdClassName
{
border-color: #AAD349;
}
.TagClassName
{
border-color: #AAD349;
}
</style>