Shades of Conifer #AACD68
Tints of Conifer #AACD68
RGB
CMYK
RGB Variations
Color information
#AACD68 (or 0xAACD68) is known color: Conifer. HEX triplet: AA, CD and 68. RGB value is (170,205,104). Sum of RGB (Red+Green+Blue) = 170+205+104=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD68 is #553297. Grayscale: #B7B7B7. Windows color (decimal): -5583512 or 6868394. OLE color: 6868394.
HSL color Cylindrical-coordinate representation of color #AACD68: hue angle of 80.79º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AACD68 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 104 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.20 |
| HSL | 80.79º | 0.5% | 0.61% | - |
| HSV(B) | 80.79º | 0.49% | 0.8% | - |
| XYZ | 40.91 | 53.21 | 21.21 | - |
| YUV | 183.02 | 83.4 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 104 | 0.17 | 0 | 0.49 | 0.20 | 80.79 | 0.5 | 0.61 |
| Hex | AA | CD | 68 | 11 | 0 | 31 | 14 | 51 | 32 | 3D |
| Octal | 252 | 315 | 150 | 21 | 0 | 61 | 24 | 121 | 62 | 75 |
| Binary | 10101010 | 11001101 | 1101000 | 10001 | 0 | 110001 | 10100 | 1010001 | 110010 | 111101 |
Color Harmonies of #AACD68
Complementary color
Monochromatic Colors of #AACD68
Black with #AACD68
Text Example
Text Example
White with #AACD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACD68; }
p { color: rgb(170,205,104); }
H1.HeaderClassName
{
color: #AACD68;
}
.AnyTagClassName
{
color: #AACD68;
}
</style>
background-color css
<style>
a { background-color: #AACD68; }
a { background-color: rgb(170,205,104); }
div.DivClassName
{
background-color: #AACD68;
}
.BgClassName
{
background-color: #AACD68;
}
</style>
border-color css
<style>
span { border-color: #AACD68; }
span { border-color: rgb(170,205,104); }
td.TdClassName
{
border-color: #AACD68;
}
.TagClassName
{
border-color: #AACD68;
}
</style>