Shades of Conifer #AACC5D
Tints of Conifer #AACC5D
RGB
CMYK
RGB Variations
Color information
#AACC5D (or 0xAACC5D) is known color: Conifer. HEX triplet: AA, CC and 5D. RGB value is (170,204,93). Sum of RGB (Red+Green+Blue) = 170+204+93=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC5D is #5533A2. Grayscale: #B5B5B5. Windows color (decimal): -5583779 or 6147242. OLE color: 6147242.
HSL color Cylindrical-coordinate representation of color #AACC5D: hue angle of 78.38º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AACC5D is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 93 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.2 |
| HSL | 78.38º | 0.52% | 0.58% | - |
| HSV(B) | 78.38º | 0.54% | 0.8% | - |
| XYZ | 40.15 | 52.52 | 18.38 | - |
| YUV | 181.18 | 78.24 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 93 | 0.17 | 0 | 0.54 | 0.2 | 78.38 | 0.52 | 0.58 |
| Hex | AA | CC | 5D | 11 | 0 | 36 | 14 | 4E | 34 | 3A |
| Octal | 252 | 314 | 135 | 21 | 0 | 66 | 24 | 116 | 64 | 72 |
| Binary | 10101010 | 11001100 | 1011101 | 10001 | 0 | 110110 | 10100 | 1001110 | 110100 | 111010 |
Color Harmonies of #AACC5D
Complementary color
Monochromatic Colors of #AACC5D
Black with #AACC5D
Text Example
Text Example
White with #AACC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC5D; }
p { color: rgb(170,204,93); }
H1.HeaderClassName
{
color: #AACC5D;
}
.AnyTagClassName
{
color: #AACC5D;
}
</style>
background-color css
<style>
a { background-color: #AACC5D; }
a { background-color: rgb(170,204,93); }
div.DivClassName
{
background-color: #AACC5D;
}
.BgClassName
{
background-color: #AACC5D;
}
</style>
border-color css
<style>
span { border-color: #AACC5D; }
span { border-color: rgb(170,204,93); }
td.TdClassName
{
border-color: #AACC5D;
}
.TagClassName
{
border-color: #AACC5D;
}
</style>