Shades of Conifer #ACDF47
Tints of Conifer #ACDF47
RGB
CMYK
RGB Variations
Color information
#ACDF47 (or 0xACDF47) is known color: Conifer. HEX triplet: AC, DF and 47. RGB value is (172,223,71). Sum of RGB (Red+Green+Blue) = 172+223+71=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 71 (28.12% from 255 or 15.24% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDF47 is #5320B8. Grayscale: #BEBEBE. Windows color (decimal): -5447865 or 4710316. OLE color: 4710316.
HSL color Cylindrical-coordinate representation of color #ACDF47: hue angle of 80.13º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACDF47 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 71 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.13 |
| HSL | 80.13º | 0.7% | 0.58% | - |
| HSV(B) | 80.13º | 0.68% | 0.87% | - |
| XYZ | 44.54 | 62 | 15.58 | - |
| YUV | 190.42 | 60.6 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 71 | 0.23 | 0 | 0.68 | 0.13 | 80.13 | 0.7 | 0.58 |
| Hex | AC | DF | 47 | 17 | 0 | 44 | D | 50 | 46 | 3A |
| Octal | 254 | 337 | 107 | 27 | 0 | 104 | 15 | 120 | 106 | 72 |
| Binary | 10101100 | 11011111 | 1000111 | 10111 | 0 | 1000100 | 1101 | 1010000 | 1000110 | 111010 |
Color Harmonies of #ACDF47
Complementary color
Monochromatic Colors of #ACDF47
Black with #ACDF47
Text Example
Text Example
White with #ACDF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF47; }
p { color: rgb(172,223,71); }
H1.HeaderClassName
{
color: #ACDF47;
}
.AnyTagClassName
{
color: #ACDF47;
}
</style>
background-color css
<style>
a { background-color: #ACDF47; }
a { background-color: rgb(172,223,71); }
div.DivClassName
{
background-color: #ACDF47;
}
.BgClassName
{
background-color: #ACDF47;
}
</style>
border-color css
<style>
span { border-color: #ACDF47; }
span { border-color: rgb(172,223,71); }
td.TdClassName
{
border-color: #ACDF47;
}
.TagClassName
{
border-color: #ACDF47;
}
</style>