Shades of Conifer #AACC4E
Tints of Conifer #AACC4E
RGB
CMYK
RGB Variations
Color information
#AACC4E (or 0xAACC4E) is known color: Conifer. HEX triplet: AA, CC and 4E. RGB value is (170,204,78). Sum of RGB (Red+Green+Blue) = 170+204+78=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC4E is #5533B1. Grayscale: #B3B3B3. Windows color (decimal): -5583794 or 5164202. OLE color: 5164202.
HSL color Cylindrical-coordinate representation of color #AACC4E: hue angle of 76.19º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AACC4E is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 78 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.2 |
| HSL | 76.19º | 0.55% | 0.55% | - |
| HSV(B) | 76.19º | 0.62% | 0.8% | - |
| XYZ | 39.55 | 52.28 | 15.21 | - |
| YUV | 179.47 | 70.74 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 78 | 0.17 | 0 | 0.62 | 0.2 | 76.19 | 0.55 | 0.55 |
| Hex | AA | CC | 4E | 11 | 0 | 3E | 14 | 4C | 37 | 37 |
| Octal | 252 | 314 | 116 | 21 | 0 | 76 | 24 | 114 | 67 | 67 |
| Binary | 10101010 | 11001100 | 1001110 | 10001 | 0 | 111110 | 10100 | 1001100 | 110111 | 110111 |
Color Harmonies of #AACC4E
Complementary color
Monochromatic Colors of #AACC4E
Black with #AACC4E
Text Example
Text Example
White with #AACC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC4E; }
p { color: rgb(170,204,78); }
H1.HeaderClassName
{
color: #AACC4E;
}
.AnyTagClassName
{
color: #AACC4E;
}
</style>
background-color css
<style>
a { background-color: #AACC4E; }
a { background-color: rgb(170,204,78); }
div.DivClassName
{
background-color: #AACC4E;
}
.BgClassName
{
background-color: #AACC4E;
}
</style>
border-color css
<style>
span { border-color: #AACC4E; }
span { border-color: rgb(170,204,78); }
td.TdClassName
{
border-color: #AACC4E;
}
.TagClassName
{
border-color: #AACC4E;
}
</style>