Shades of Conifer #AAD655
Tints of Conifer #AAD655
RGB
CMYK
RGB Variations
Color information
#AAD655 (or 0xAAD655) is known color: Conifer. HEX triplet: AA, D6 and 55. RGB value is (170,214,85). Sum of RGB (Red+Green+Blue) = 170+214+85=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD655 is #5529AA. Grayscale: #BABABA. Windows color (decimal): -5581227 or 5625514. OLE color: 5625514.
HSL color Cylindrical-coordinate representation of color #AAD655: hue angle of 80.47º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAD655 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 214 | 85 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.16 |
| HSL | 80.47º | 0.61% | 0.59% | - |
| HSV(B) | 80.47º | 0.6% | 0.84% | - |
| XYZ | 42.26 | 57.3 | 17.43 | - |
| YUV | 186.14 | 70.92 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 85 | 0.21 | 0 | 0.60 | 0.16 | 80.47 | 0.61 | 0.59 |
| Hex | AA | D6 | 55 | 15 | 0 | 3C | 10 | 50 | 3D | 3B |
| Octal | 252 | 326 | 125 | 25 | 0 | 74 | 20 | 120 | 75 | 73 |
| Binary | 10101010 | 11010110 | 1010101 | 10101 | 0 | 111100 | 10000 | 1010000 | 111101 | 111011 |
Color Harmonies of #AAD655
Complementary color
Monochromatic Colors of #AAD655
Black with #AAD655
Text Example
Text Example
White with #AAD655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD655; }
p { color: rgb(170,214,85); }
H1.HeaderClassName
{
color: #AAD655;
}
.AnyTagClassName
{
color: #AAD655;
}
</style>
background-color css
<style>
a { background-color: #AAD655; }
a { background-color: rgb(170,214,85); }
div.DivClassName
{
background-color: #AAD655;
}
.BgClassName
{
background-color: #AAD655;
}
</style>
border-color css
<style>
span { border-color: #AAD655; }
span { border-color: rgb(170,214,85); }
td.TdClassName
{
border-color: #AAD655;
}
.TagClassName
{
border-color: #AAD655;
}
</style>