Shades of Conifer #AACF55
Tints of Conifer #AACF55
RGB
CMYK
RGB Variations
Color information
#AACF55 (or 0xAACF55) is known color: Conifer. HEX triplet: AA, CF and 55. RGB value is (170,207,85). Sum of RGB (Red+Green+Blue) = 170+207+85=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 85 (33.59% from 255 or 18.40% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF55 is #5530AA. Grayscale: #B6B6B6. Windows color (decimal): -5583019 or 5623722. OLE color: 5623722.
HSL color Cylindrical-coordinate representation of color #AACF55: hue angle of 78.2º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AACF55 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 85 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.19 |
| HSL | 78.2º | 0.56% | 0.57% | - |
| HSV(B) | 78.2º | 0.59% | 0.81% | - |
| XYZ | 40.53 | 53.83 | 16.85 | - |
| YUV | 182.03 | 73.24 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 85 | 0.18 | 0 | 0.59 | 0.19 | 78.2 | 0.56 | 0.57 |
| Hex | AA | CF | 55 | 12 | 0 | 3B | 13 | 4E | 38 | 39 |
| Octal | 252 | 317 | 125 | 22 | 0 | 73 | 23 | 116 | 70 | 71 |
| Binary | 10101010 | 11001111 | 1010101 | 10010 | 0 | 111011 | 10011 | 1001110 | 111000 | 111001 |
Color Harmonies of #AACF55
Complementary color
Monochromatic Colors of #AACF55
Black with #AACF55
Text Example
Text Example
White with #AACF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF55; }
p { color: rgb(170,207,85); }
H1.HeaderClassName
{
color: #AACF55;
}
.AnyTagClassName
{
color: #AACF55;
}
</style>
background-color css
<style>
a { background-color: #AACF55; }
a { background-color: rgb(170,207,85); }
div.DivClassName
{
background-color: #AACF55;
}
.BgClassName
{
background-color: #AACF55;
}
</style>
border-color css
<style>
span { border-color: #AACF55; }
span { border-color: rgb(170,207,85); }
td.TdClassName
{
border-color: #AACF55;
}
.TagClassName
{
border-color: #AACF55;
}
</style>