Shades of Conifer #ACDF46
Tints of Conifer #ACDF46
RGB
CMYK
RGB Variations
Color information
#ACDF46 (or 0xACDF46) is known color: Conifer. HEX triplet: AC, DF and 46. RGB value is (172,223,70). Sum of RGB (Red+Green+Blue) = 172+223+70=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 70 (27.73% from 255 or 15.05% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDF46 is #5320B9. Grayscale: #BEBEBE. Windows color (decimal): -5447866 or 4644780. OLE color: 4644780.
HSL color Cylindrical-coordinate representation of color #ACDF46: hue angle of 80º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACDF46 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 70 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.13 |
| HSL | 80º | 0.71% | 0.57% | - |
| HSV(B) | 80º | 0.69% | 0.87% | - |
| XYZ | 44.51 | 61.99 | 15.41 | - |
| YUV | 190.31 | 60.1 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 70 | 0.23 | 0 | 0.69 | 0.13 | 80 | 0.71 | 0.57 |
| Hex | AC | DF | 46 | 17 | 0 | 45 | D | 50 | 47 | 39 |
| Octal | 254 | 337 | 106 | 27 | 0 | 105 | 15 | 120 | 107 | 71 |
| Binary | 10101100 | 11011111 | 1000110 | 10111 | 0 | 1000101 | 1101 | 1010000 | 1000111 | 111001 |
Color Harmonies of #ACDF46
Complementary color
Monochromatic Colors of #ACDF46
Black with #ACDF46
Text Example
Text Example
White with #ACDF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF46; }
p { color: rgb(172,223,70); }
H1.HeaderClassName
{
color: #ACDF46;
}
.AnyTagClassName
{
color: #ACDF46;
}
</style>
background-color css
<style>
a { background-color: #ACDF46; }
a { background-color: rgb(172,223,70); }
div.DivClassName
{
background-color: #ACDF46;
}
.BgClassName
{
background-color: #ACDF46;
}
</style>
border-color css
<style>
span { border-color: #ACDF46; }
span { border-color: rgb(172,223,70); }
td.TdClassName
{
border-color: #ACDF46;
}
.TagClassName
{
border-color: #ACDF46;
}
</style>