Shades of Conifer #ACDF40
Tints of Conifer #ACDF40
RGB
CMYK
RGB Variations
Color information
#ACDF40 (or 0xACDF40) is known color: Conifer. HEX triplet: AC, DF and 40. RGB value is (172,223,64). Sum of RGB (Red+Green+Blue) = 172+223+64=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDF40 is #5320BF. Grayscale: #BEBEBE. Windows color (decimal): -5447872 or 4251564. OLE color: 4251564.
HSL color Cylindrical-coordinate representation of color #ACDF40: hue angle of 79.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACDF40 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 64 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.13 |
| HSL | 79.25º | 0.71% | 0.56% | - |
| HSV(B) | 79.25º | 0.71% | 0.87% | - |
| XYZ | 44.33 | 61.92 | 14.47 | - |
| YUV | 189.63 | 57.1 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 64 | 0.23 | 0 | 0.71 | 0.13 | 79.25 | 0.71 | 0.56 |
| Hex | AC | DF | 40 | 17 | 0 | 47 | D | 4F | 47 | 38 |
| Octal | 254 | 337 | 100 | 27 | 0 | 107 | 15 | 117 | 107 | 70 |
| Binary | 10101100 | 11011111 | 1000000 | 10111 | 0 | 1000111 | 1101 | 1001111 | 1000111 | 111000 |
Color Harmonies of #ACDF40
Complementary color
Monochromatic Colors of #ACDF40
Black with #ACDF40
Text Example
Text Example
White with #ACDF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF40; }
p { color: rgb(172,223,64); }
H1.HeaderClassName
{
color: #ACDF40;
}
.AnyTagClassName
{
color: #ACDF40;
}
</style>
background-color css
<style>
a { background-color: #ACDF40; }
a { background-color: rgb(172,223,64); }
div.DivClassName
{
background-color: #ACDF40;
}
.BgClassName
{
background-color: #ACDF40;
}
</style>
border-color css
<style>
span { border-color: #ACDF40; }
span { border-color: rgb(172,223,64); }
td.TdClassName
{
border-color: #ACDF40;
}
.TagClassName
{
border-color: #ACDF40;
}
</style>