Shades of Conifer #AAD463
Tints of Conifer #AAD463
RGB
CMYK
RGB Variations
Color information
#AAD463 (or 0xAAD463) is known color: Conifer. HEX triplet: AA, D4 and 63. RGB value is (170,212,99). Sum of RGB (Red+Green+Blue) = 170+212+99=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD463 is #552B9C. Grayscale: #BABABA. Windows color (decimal): -5581725 or 6542506. OLE color: 6542506.
HSL color Cylindrical-coordinate representation of color #AAD463: hue angle of 82.3º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAD463 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 99 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.17 |
| HSL | 82.3º | 0.57% | 0.61% | - |
| HSV(B) | 82.3º | 0.53% | 0.83% | - |
| XYZ | 42.37 | 56.53 | 20.48 | - |
| YUV | 186.56 | 78.59 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 99 | 0.20 | 0 | 0.53 | 0.17 | 82.3 | 0.57 | 0.61 |
| Hex | AA | D4 | 63 | 14 | 0 | 35 | 11 | 52 | 39 | 3D |
| Octal | 252 | 324 | 143 | 24 | 0 | 65 | 21 | 122 | 71 | 75 |
| Binary | 10101010 | 11010100 | 1100011 | 10100 | 0 | 110101 | 10001 | 1010010 | 111001 | 111101 |
Color Harmonies of #AAD463
Complementary color
Monochromatic Colors of #AAD463
Black with #AAD463
Text Example
Text Example
White with #AAD463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD463; }
p { color: rgb(170,212,99); }
H1.HeaderClassName
{
color: #AAD463;
}
.AnyTagClassName
{
color: #AAD463;
}
</style>
background-color css
<style>
a { background-color: #AAD463; }
a { background-color: rgb(170,212,99); }
div.DivClassName
{
background-color: #AAD463;
}
.BgClassName
{
background-color: #AAD463;
}
</style>
border-color css
<style>
span { border-color: #AAD463; }
span { border-color: rgb(170,212,99); }
td.TdClassName
{
border-color: #AAD463;
}
.TagClassName
{
border-color: #AAD463;
}
</style>