Shades of Conifer #AACF61
Tints of Conifer #AACF61
RGB
CMYK
RGB Variations
Color information
#AACF61 (or 0xAACF61) is known color: Conifer. HEX triplet: AA, CF and 61. RGB value is (170,207,97). Sum of RGB (Red+Green+Blue) = 170+207+97=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF61 is #55309E. Grayscale: #B7B7B7. Windows color (decimal): -5583007 or 6410154. OLE color: 6410154.
HSL color Cylindrical-coordinate representation of color #AACF61: hue angle of 80.18º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AACF61 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 97 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.19 |
| HSL | 80.18º | 0.53% | 0.6% | - |
| HSV(B) | 80.18º | 0.53% | 0.81% | - |
| XYZ | 41.05 | 54.03 | 19.58 | - |
| YUV | 183.4 | 79.24 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 97 | 0.18 | 0 | 0.53 | 0.19 | 80.18 | 0.53 | 0.6 |
| Hex | AA | CF | 61 | 12 | 0 | 35 | 13 | 50 | 35 | 3C |
| Octal | 252 | 317 | 141 | 22 | 0 | 65 | 23 | 120 | 65 | 74 |
| Binary | 10101010 | 11001111 | 1100001 | 10010 | 0 | 110101 | 10011 | 1010000 | 110101 | 111100 |
Color Harmonies of #AACF61
Complementary color
Monochromatic Colors of #AACF61
Black with #AACF61
Text Example
Text Example
White with #AACF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF61; }
p { color: rgb(170,207,97); }
H1.HeaderClassName
{
color: #AACF61;
}
.AnyTagClassName
{
color: #AACF61;
}
</style>
background-color css
<style>
a { background-color: #AACF61; }
a { background-color: rgb(170,207,97); }
div.DivClassName
{
background-color: #AACF61;
}
.BgClassName
{
background-color: #AACF61;
}
</style>
border-color css
<style>
span { border-color: #AACF61; }
span { border-color: rgb(170,207,97); }
td.TdClassName
{
border-color: #AACF61;
}
.TagClassName
{
border-color: #AACF61;
}
</style>