Shades of Conifer #AAD15C
Tints of Conifer #AAD15C
RGB
CMYK
RGB Variations
Color information
#AAD15C (or 0xAAD15C) is known color: Conifer. HEX triplet: AA, D1 and 5C. RGB value is (170,209,92). Sum of RGB (Red+Green+Blue) = 170+209+92=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD15C is #552EA3. Grayscale: #B8B8B8. Windows color (decimal): -5582500 or 6082986. OLE color: 6082986.
HSL color Cylindrical-coordinate representation of color #AAD15C: hue angle of 80º degrees, saturation: 0.56, 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 #AAD15C is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 92 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.18 |
| HSL | 80º | 0.56% | 0.59% | - |
| HSV(B) | 80º | 0.56% | 0.82% | - |
| XYZ | 41.31 | 54.92 | 18.55 | - |
| YUV | 184 | 76.08 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 92 | 0.19 | 0 | 0.56 | 0.18 | 80 | 0.56 | 0.59 |
| Hex | AA | D1 | 5C | 13 | 0 | 38 | 12 | 50 | 38 | 3B |
| Octal | 252 | 321 | 134 | 23 | 0 | 70 | 22 | 120 | 70 | 73 |
| Binary | 10101010 | 11010001 | 1011100 | 10011 | 0 | 111000 | 10010 | 1010000 | 111000 | 111011 |
Color Harmonies of #AAD15C
Complementary color
Monochromatic Colors of #AAD15C
Black with #AAD15C
Text Example
Text Example
White with #AAD15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD15C; }
p { color: rgb(170,209,92); }
H1.HeaderClassName
{
color: #AAD15C;
}
.AnyTagClassName
{
color: #AAD15C;
}
</style>
background-color css
<style>
a { background-color: #AAD15C; }
a { background-color: rgb(170,209,92); }
div.DivClassName
{
background-color: #AAD15C;
}
.BgClassName
{
background-color: #AAD15C;
}
</style>
border-color css
<style>
span { border-color: #AAD15C; }
span { border-color: rgb(170,209,92); }
td.TdClassName
{
border-color: #AAD15C;
}
.TagClassName
{
border-color: #AAD15C;
}
</style>