Shades of Conifer #AACF50
Tints of Conifer #AACF50
RGB
CMYK
RGB Variations
Color information
#AACF50 (or 0xAACF50) is known color: Conifer. HEX triplet: AA, CF and 50. RGB value is (170,207,80). Sum of RGB (Red+Green+Blue) = 170+207+80=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF50 is #5530AF. Grayscale: #B5B5B5. Windows color (decimal): -5583024 or 5296042. OLE color: 5296042.
HSL color Cylindrical-coordinate representation of color #AACF50: hue angle of 77.48º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AACF50 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 80 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.19 |
| HSL | 77.48º | 0.57% | 0.56% | - |
| HSV(B) | 77.48º | 0.61% | 0.81% | - |
| XYZ | 40.34 | 53.75 | 15.84 | - |
| YUV | 181.46 | 70.74 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 80 | 0.18 | 0 | 0.61 | 0.19 | 77.48 | 0.57 | 0.56 |
| Hex | AA | CF | 50 | 12 | 0 | 3D | 13 | 4D | 39 | 38 |
| Octal | 252 | 317 | 120 | 22 | 0 | 75 | 23 | 115 | 71 | 70 |
| Binary | 10101010 | 11001111 | 1010000 | 10010 | 0 | 111101 | 10011 | 1001101 | 111001 | 111000 |
Color Harmonies of #AACF50
Complementary color
Monochromatic Colors of #AACF50
Black with #AACF50
Text Example
Text Example
White with #AACF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF50; }
p { color: rgb(170,207,80); }
H1.HeaderClassName
{
color: #AACF50;
}
.AnyTagClassName
{
color: #AACF50;
}
</style>
background-color css
<style>
a { background-color: #AACF50; }
a { background-color: rgb(170,207,80); }
div.DivClassName
{
background-color: #AACF50;
}
.BgClassName
{
background-color: #AACF50;
}
</style>
border-color css
<style>
span { border-color: #AACF50; }
span { border-color: rgb(170,207,80); }
td.TdClassName
{
border-color: #AACF50;
}
.TagClassName
{
border-color: #AACF50;
}
</style>