Shades of Conifer #AACE4D
Tints of Conifer #AACE4D
RGB
CMYK
RGB Variations
Color information
#AACE4D (or 0xAACE4D) is known color: Conifer. HEX triplet: AA, CE and 4D. RGB value is (170,206,77). Sum of RGB (Red+Green+Blue) = 170+206+77=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACE4D is #5531B2. Grayscale: #B5B5B5. Windows color (decimal): -5583283 or 5099178. OLE color: 5099178.
HSL color Cylindrical-coordinate representation of color #AACE4D: hue angle of 76.74º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AACE4D is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 77 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.19 |
| HSL | 76.74º | 0.57% | 0.55% | - |
| HSV(B) | 76.74º | 0.63% | 0.81% | - |
| XYZ | 39.99 | 53.22 | 15.19 | - |
| YUV | 180.53 | 69.57 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 77 | 0.17 | 0 | 0.63 | 0.19 | 76.74 | 0.57 | 0.55 |
| Hex | AA | CE | 4D | 11 | 0 | 3F | 13 | 4D | 39 | 37 |
| Octal | 252 | 316 | 115 | 21 | 0 | 77 | 23 | 115 | 71 | 67 |
| Binary | 10101010 | 11001110 | 1001101 | 10001 | 0 | 111111 | 10011 | 1001101 | 111001 | 110111 |
Color Harmonies of #AACE4D
Complementary color
Monochromatic Colors of #AACE4D
Black with #AACE4D
Text Example
Text Example
White with #AACE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACE4D; }
p { color: rgb(170,206,77); }
H1.HeaderClassName
{
color: #AACE4D;
}
.AnyTagClassName
{
color: #AACE4D;
}
</style>
background-color css
<style>
a { background-color: #AACE4D; }
a { background-color: rgb(170,206,77); }
div.DivClassName
{
background-color: #AACE4D;
}
.BgClassName
{
background-color: #AACE4D;
}
</style>
border-color css
<style>
span { border-color: #AACE4D; }
span { border-color: rgb(170,206,77); }
td.TdClassName
{
border-color: #AACE4D;
}
.TagClassName
{
border-color: #AACE4D;
}
</style>