Shades of Conifer #AAD265
Tints of Conifer #AAD265
RGB
CMYK
RGB Variations
Color information
#AAD265 (or 0xAAD265) is known color: Conifer. HEX triplet: AA, D2 and 65. RGB value is (170,210,101). Sum of RGB (Red+Green+Blue) = 170+210+101=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD265 is #552D9A. Grayscale: #BABABA. Windows color (decimal): -5582235 or 6673066. OLE color: 6673066.
HSL color Cylindrical-coordinate representation of color #AAD265: hue angle of 82.02º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAD265 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 101 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.18 |
| HSL | 82.02º | 0.55% | 0.61% | - |
| HSV(B) | 82.02º | 0.52% | 0.82% | - |
| XYZ | 41.97 | 55.58 | 20.83 | - |
| YUV | 185.61 | 80.25 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 101 | 0.19 | 0 | 0.52 | 0.18 | 82.02 | 0.55 | 0.61 |
| Hex | AA | D2 | 65 | 13 | 0 | 34 | 12 | 52 | 37 | 3D |
| Octal | 252 | 322 | 145 | 23 | 0 | 64 | 22 | 122 | 67 | 75 |
| Binary | 10101010 | 11010010 | 1100101 | 10011 | 0 | 110100 | 10010 | 1010010 | 110111 | 111101 |
Color Harmonies of #AAD265
Complementary color
Monochromatic Colors of #AAD265
Black with #AAD265
Text Example
Text Example
White with #AAD265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD265; }
p { color: rgb(170,210,101); }
H1.HeaderClassName
{
color: #AAD265;
}
.AnyTagClassName
{
color: #AAD265;
}
</style>
background-color css
<style>
a { background-color: #AAD265; }
a { background-color: rgb(170,210,101); }
div.DivClassName
{
background-color: #AAD265;
}
.BgClassName
{
background-color: #AAD265;
}
</style>
border-color css
<style>
span { border-color: #AAD265; }
span { border-color: rgb(170,210,101); }
td.TdClassName
{
border-color: #AAD265;
}
.TagClassName
{
border-color: #AAD265;
}
</style>