Shades of Conifer #AAD25C
Tints of Conifer #AAD25C
RGB
CMYK
RGB Variations
Color information
#AAD25C (or 0xAAD25C) is known color: Conifer. HEX triplet: AA, D2 and 5C. RGB value is (170,210,92). Sum of RGB (Red+Green+Blue) = 170+210+92=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD25C is #552DA3. Grayscale: #B9B9B9. Windows color (decimal): -5582244 or 6083242. OLE color: 6083242.
HSL color Cylindrical-coordinate representation of color #AAD25C: hue angle of 80.34º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAD25C is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 92 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.18 |
| HSL | 80.34º | 0.57% | 0.59% | - |
| HSV(B) | 80.34º | 0.56% | 0.82% | - |
| XYZ | 41.56 | 55.41 | 18.63 | - |
| YUV | 184.59 | 75.75 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 92 | 0.19 | 0 | 0.56 | 0.18 | 80.34 | 0.57 | 0.59 |
| Hex | AA | D2 | 5C | 13 | 0 | 38 | 12 | 50 | 39 | 3B |
| Octal | 252 | 322 | 134 | 23 | 0 | 70 | 22 | 120 | 71 | 73 |
| Binary | 10101010 | 11010010 | 1011100 | 10011 | 0 | 111000 | 10010 | 1010000 | 111001 | 111011 |
Color Harmonies of #AAD25C
Complementary color
Monochromatic Colors of #AAD25C
Black with #AAD25C
Text Example
Text Example
White with #AAD25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD25C; }
p { color: rgb(170,210,92); }
H1.HeaderClassName
{
color: #AAD25C;
}
.AnyTagClassName
{
color: #AAD25C;
}
</style>
background-color css
<style>
a { background-color: #AAD25C; }
a { background-color: rgb(170,210,92); }
div.DivClassName
{
background-color: #AAD25C;
}
.BgClassName
{
background-color: #AAD25C;
}
</style>
border-color css
<style>
span { border-color: #AAD25C; }
span { border-color: rgb(170,210,92); }
td.TdClassName
{
border-color: #AAD25C;
}
.TagClassName
{
border-color: #AAD25C;
}
</style>