Shades of Conifer #AAD764
Tints of Conifer #AAD764
RGB
CMYK
RGB Variations
Color information
#AAD764 (or 0xAAD764) is known color: Conifer. HEX triplet: AA, D7 and 64. RGB value is (170,215,100). Sum of RGB (Red+Green+Blue) = 170+215+100=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD764 is #55289B. Grayscale: #BCBCBC. Windows color (decimal): -5580956 or 6608810. OLE color: 6608810.
HSL color Cylindrical-coordinate representation of color #AAD764: hue angle of 83.48º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAD764 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 215 | 100 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.16 |
| HSL | 83.48º | 0.59% | 0.62% | - |
| HSV(B) | 83.48º | 0.53% | 0.84% | - |
| XYZ | 43.18 | 58.07 | 20.99 | - |
| YUV | 188.44 | 78.09 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 215 | 100 | 0.21 | 0 | 0.53 | 0.16 | 83.48 | 0.59 | 0.62 |
| Hex | AA | D7 | 64 | 15 | 0 | 35 | 10 | 53 | 3B | 3E |
| Octal | 252 | 327 | 144 | 25 | 0 | 65 | 20 | 123 | 73 | 76 |
| Binary | 10101010 | 11010111 | 1100100 | 10101 | 0 | 110101 | 10000 | 1010011 | 111011 | 111110 |
Color Harmonies of #AAD764
Complementary color
Monochromatic Colors of #AAD764
Black with #AAD764
Text Example
Text Example
White with #AAD764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD764; }
p { color: rgb(170,215,100); }
H1.HeaderClassName
{
color: #AAD764;
}
.AnyTagClassName
{
color: #AAD764;
}
</style>
background-color css
<style>
a { background-color: #AAD764; }
a { background-color: rgb(170,215,100); }
div.DivClassName
{
background-color: #AAD764;
}
.BgClassName
{
background-color: #AAD764;
}
</style>
border-color css
<style>
span { border-color: #AAD764; }
span { border-color: rgb(170,215,100); }
td.TdClassName
{
border-color: #AAD764;
}
.TagClassName
{
border-color: #AAD764;
}
</style>