Shades of Conifer #AACC5C
Tints of Conifer #AACC5C
RGB
CMYK
RGB Variations
Color information
#AACC5C (or 0xAACC5C) is known color: Conifer. HEX triplet: AA, CC and 5C. RGB value is (170,204,92). Sum of RGB (Red+Green+Blue) = 170+204+92=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC5C is #5533A3. Grayscale: #B5B5B5. Windows color (decimal): -5583780 or 6081706. OLE color: 6081706.
HSL color Cylindrical-coordinate representation of color #AACC5C: hue angle of 78.21º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AACC5C is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 92 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.2 |
| HSL | 78.21º | 0.52% | 0.58% | - |
| HSV(B) | 78.21º | 0.55% | 0.8% | - |
| XYZ | 40.1 | 52.5 | 18.15 | - |
| YUV | 181.07 | 77.74 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 92 | 0.17 | 0 | 0.55 | 0.2 | 78.21 | 0.52 | 0.58 |
| Hex | AA | CC | 5C | 11 | 0 | 37 | 14 | 4E | 34 | 3A |
| Octal | 252 | 314 | 134 | 21 | 0 | 67 | 24 | 116 | 64 | 72 |
| Binary | 10101010 | 11001100 | 1011100 | 10001 | 0 | 110111 | 10100 | 1001110 | 110100 | 111010 |
Color Harmonies of #AACC5C
Complementary color
Monochromatic Colors of #AACC5C
Black with #AACC5C
Text Example
Text Example
White with #AACC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC5C; }
p { color: rgb(170,204,92); }
H1.HeaderClassName
{
color: #AACC5C;
}
.AnyTagClassName
{
color: #AACC5C;
}
</style>
background-color css
<style>
a { background-color: #AACC5C; }
a { background-color: rgb(170,204,92); }
div.DivClassName
{
background-color: #AACC5C;
}
.BgClassName
{
background-color: #AACC5C;
}
</style>
border-color css
<style>
span { border-color: #AACC5C; }
span { border-color: rgb(170,204,92); }
td.TdClassName
{
border-color: #AACC5C;
}
.TagClassName
{
border-color: #AACC5C;
}
</style>