Shades of Conifer #AAC95C
Tints of Conifer #AAC95C
RGB
CMYK
RGB Variations
Color information
#AAC95C (or 0xAAC95C) is known color: Conifer. HEX triplet: AA, C9 and 5C. RGB value is (170,201,92). Sum of RGB (Red+Green+Blue) = 170+201+92=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC95C is #5536A3. Grayscale: #B3B3B3. Windows color (decimal): -5584548 or 6080938. OLE color: 6080938.
HSL color Cylindrical-coordinate representation of color #AAC95C: hue angle of 77.06º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAC95C is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 92 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.21 |
| HSL | 77.06º | 0.5% | 0.57% | - |
| HSV(B) | 77.06º | 0.54% | 0.79% | - |
| XYZ | 39.4 | 51.09 | 17.91 | - |
| YUV | 179.31 | 78.73 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 92 | 0.15 | 0 | 0.54 | 0.21 | 77.06 | 0.5 | 0.57 |
| Hex | AA | C9 | 5C | F | 0 | 36 | 15 | 4D | 32 | 39 |
| Octal | 252 | 311 | 134 | 17 | 0 | 66 | 25 | 115 | 62 | 71 |
| Binary | 10101010 | 11001001 | 1011100 | 1111 | 0 | 110110 | 10101 | 1001101 | 110010 | 111001 |
Color Harmonies of #AAC95C
Complementary color
Monochromatic Colors of #AAC95C
Black with #AAC95C
Text Example
Text Example
White with #AAC95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC95C; }
p { color: rgb(170,201,92); }
H1.HeaderClassName
{
color: #AAC95C;
}
.AnyTagClassName
{
color: #AAC95C;
}
</style>
background-color css
<style>
a { background-color: #AAC95C; }
a { background-color: rgb(170,201,92); }
div.DivClassName
{
background-color: #AAC95C;
}
.BgClassName
{
background-color: #AAC95C;
}
</style>
border-color css
<style>
span { border-color: #AAC95C; }
span { border-color: rgb(170,201,92); }
td.TdClassName
{
border-color: #AAC95C;
}
.TagClassName
{
border-color: #AAC95C;
}
</style>