Shades of Conifer #AAD263
Tints of Conifer #AAD263
RGB
CMYK
RGB Variations
Color information
#AAD263 (or 0xAAD263) is known color: Conifer. HEX triplet: AA, D2 and 63. RGB value is (170,210,99). Sum of RGB (Red+Green+Blue) = 170+210+99=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD263 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD263 is #552D9C. Grayscale: #B9B9B9. Windows color (decimal): -5582237 or 6541994. OLE color: 6541994.
HSL color Cylindrical-coordinate representation of color #AAD263: hue angle of 81.62º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAD263 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 99 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.18 |
| HSL | 81.62º | 0.55% | 0.61% | - |
| HSV(B) | 81.62º | 0.53% | 0.82% | - |
| XYZ | 41.88 | 55.54 | 20.32 | - |
| YUV | 185.39 | 79.25 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 99 | 0.19 | 0 | 0.53 | 0.18 | 81.62 | 0.55 | 0.61 |
| Hex | AA | D2 | 63 | 13 | 0 | 35 | 12 | 52 | 37 | 3D |
| Octal | 252 | 322 | 143 | 23 | 0 | 65 | 22 | 122 | 67 | 75 |
| Binary | 10101010 | 11010010 | 1100011 | 10011 | 0 | 110101 | 10010 | 1010010 | 110111 | 111101 |
Color Harmonies of #AAD263
Complementary color
Monochromatic Colors of #AAD263
Black with #AAD263
Text Example
Text Example
White with #AAD263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD263; }
p { color: rgb(170,210,99); }
H1.HeaderClassName
{
color: #AAD263;
}
.AnyTagClassName
{
color: #AAD263;
}
</style>
background-color css
<style>
a { background-color: #AAD263; }
a { background-color: rgb(170,210,99); }
div.DivClassName
{
background-color: #AAD263;
}
.BgClassName
{
background-color: #AAD263;
}
</style>
border-color css
<style>
span { border-color: #AAD263; }
span { border-color: rgb(170,210,99); }
td.TdClassName
{
border-color: #AAD263;
}
.TagClassName
{
border-color: #AAD263;
}
</style>