Shades of Conifer #AACF59
Tints of Conifer #AACF59
RGB
CMYK
RGB Variations
Color information
#AACF59 (or 0xAACF59) is known color: Conifer. HEX triplet: AA, CF and 59. RGB value is (170,207,89). Sum of RGB (Red+Green+Blue) = 170+207+89=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 89 (35.16% from 255 or 19.10% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF59 is #5530A6. Grayscale: #B6B6B6. Windows color (decimal): -5583015 or 5885866. OLE color: 5885866.
HSL color Cylindrical-coordinate representation of color #AACF59: hue angle of 78.81º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AACF59 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 89 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.19 |
| HSL | 78.81º | 0.55% | 0.58% | - |
| HSV(B) | 78.81º | 0.57% | 0.81% | - |
| XYZ | 40.69 | 53.89 | 17.71 | - |
| YUV | 182.49 | 75.24 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 89 | 0.18 | 0 | 0.57 | 0.19 | 78.81 | 0.55 | 0.58 |
| Hex | AA | CF | 59 | 12 | 0 | 39 | 13 | 4F | 37 | 3A |
| Octal | 252 | 317 | 131 | 22 | 0 | 71 | 23 | 117 | 67 | 72 |
| Binary | 10101010 | 11001111 | 1011001 | 10010 | 0 | 111001 | 10011 | 1001111 | 110111 | 111010 |
Color Harmonies of #AACF59
Complementary color
Monochromatic Colors of #AACF59
Black with #AACF59
Text Example
Text Example
White with #AACF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF59; }
p { color: rgb(170,207,89); }
H1.HeaderClassName
{
color: #AACF59;
}
.AnyTagClassName
{
color: #AACF59;
}
</style>
background-color css
<style>
a { background-color: #AACF59; }
a { background-color: rgb(170,207,89); }
div.DivClassName
{
background-color: #AACF59;
}
.BgClassName
{
background-color: #AACF59;
}
</style>
border-color css
<style>
span { border-color: #AACF59; }
span { border-color: rgb(170,207,89); }
td.TdClassName
{
border-color: #AACF59;
}
.TagClassName
{
border-color: #AACF59;
}
</style>