Shades of Conifer #AACA5F
Tints of Conifer #AACA5F
RGB
CMYK
RGB Variations
Color information
#AACA5F (or 0xAACA5F) is known color: Conifer. HEX triplet: AA, CA and 5F. RGB value is (170,202,95). Sum of RGB (Red+Green+Blue) = 170+202+95=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACA5F is #5535A0. Grayscale: #B4B4B4. Windows color (decimal): -5584289 or 6277802. OLE color: 6277802.
HSL color Cylindrical-coordinate representation of color #AACA5F: hue angle of 77.94º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AACA5F is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 95 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.21 |
| HSL | 77.94º | 0.5% | 0.58% | - |
| HSV(B) | 77.94º | 0.53% | 0.79% | - |
| XYZ | 39.76 | 51.61 | 18.69 | - |
| YUV | 180.23 | 79.9 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 95 | 0.16 | 0 | 0.53 | 0.21 | 77.94 | 0.5 | 0.58 |
| Hex | AA | CA | 5F | 10 | 0 | 35 | 15 | 4E | 32 | 3A |
| Octal | 252 | 312 | 137 | 20 | 0 | 65 | 25 | 116 | 62 | 72 |
| Binary | 10101010 | 11001010 | 1011111 | 10000 | 0 | 110101 | 10101 | 1001110 | 110010 | 111010 |
Color Harmonies of #AACA5F
Complementary color
Monochromatic Colors of #AACA5F
Black with #AACA5F
Text Example
Text Example
White with #AACA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACA5F; }
p { color: rgb(170,202,95); }
H1.HeaderClassName
{
color: #AACA5F;
}
.AnyTagClassName
{
color: #AACA5F;
}
</style>
background-color css
<style>
a { background-color: #AACA5F; }
a { background-color: rgb(170,202,95); }
div.DivClassName
{
background-color: #AACA5F;
}
.BgClassName
{
background-color: #AACA5F;
}
</style>
border-color css
<style>
span { border-color: #AACA5F; }
span { border-color: rgb(170,202,95); }
td.TdClassName
{
border-color: #AACA5F;
}
.TagClassName
{
border-color: #AACA5F;
}
</style>