Shades of Conifer #AACF62
Tints of Conifer #AACF62
RGB
CMYK
RGB Variations
Color information
#AACF62 (or 0xAACF62) is known color: Conifer. HEX triplet: AA, CF and 62. RGB value is (170,207,98). Sum of RGB (Red+Green+Blue) = 170+207+98=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF62 is #55309D. Grayscale: #B7B7B7. Windows color (decimal): -5583006 or 6475690. OLE color: 6475690.
HSL color Cylindrical-coordinate representation of color #AACF62: hue angle of 80.37º 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 #AACF62 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 98 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.19 |
| HSL | 80.37º | 0.53% | 0.6% | - |
| HSV(B) | 80.37º | 0.53% | 0.81% | - |
| XYZ | 41.1 | 54.05 | 19.82 | - |
| YUV | 183.51 | 79.74 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 98 | 0.18 | 0 | 0.53 | 0.19 | 80.37 | 0.53 | 0.6 |
| Hex | AA | CF | 62 | 12 | 0 | 35 | 13 | 50 | 35 | 3C |
| Octal | 252 | 317 | 142 | 22 | 0 | 65 | 23 | 120 | 65 | 74 |
| Binary | 10101010 | 11001111 | 1100010 | 10010 | 0 | 110101 | 10011 | 1010000 | 110101 | 111100 |
Color Harmonies of #AACF62
Complementary color
Monochromatic Colors of #AACF62
Black with #AACF62
Text Example
Text Example
White with #AACF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF62; }
p { color: rgb(170,207,98); }
H1.HeaderClassName
{
color: #AACF62;
}
.AnyTagClassName
{
color: #AACF62;
}
</style>
background-color css
<style>
a { background-color: #AACF62; }
a { background-color: rgb(170,207,98); }
div.DivClassName
{
background-color: #AACF62;
}
.BgClassName
{
background-color: #AACF62;
}
</style>
border-color css
<style>
span { border-color: #AACF62; }
span { border-color: rgb(170,207,98); }
td.TdClassName
{
border-color: #AACF62;
}
.TagClassName
{
border-color: #AACF62;
}
</style>