Shades of Conifer #ACD940
Tints of Conifer #ACD940
RGB
CMYK
RGB Variations
Color information
#ACD940 (or 0xACD940) is known color: Conifer. HEX triplet: AC, D9 and 40. RGB value is (172,217,64). Sum of RGB (Red+Green+Blue) = 172+217+64=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD940 is #5326BF. Grayscale: #BABABA. Windows color (decimal): -5449408 or 4250028. OLE color: 4250028.
HSL color Cylindrical-coordinate representation of color #ACD940: hue angle of 77.65º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACD940 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 64 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.15 |
| HSL | 77.65º | 0.67% | 0.55% | - |
| HSV(B) | 77.65º | 0.71% | 0.85% | - |
| XYZ | 42.75 | 58.77 | 13.94 | - |
| YUV | 186.1 | 59.09 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 64 | 0.21 | 0 | 0.71 | 0.15 | 77.65 | 0.67 | 0.55 |
| Hex | AC | D9 | 40 | 15 | 0 | 47 | F | 4E | 43 | 37 |
| Octal | 254 | 331 | 100 | 25 | 0 | 107 | 17 | 116 | 103 | 67 |
| Binary | 10101100 | 11011001 | 1000000 | 10101 | 0 | 1000111 | 1111 | 1001110 | 1000011 | 110111 |
Color Harmonies of #ACD940
Complementary color
Monochromatic Colors of #ACD940
Black with #ACD940
Text Example
Text Example
White with #ACD940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD940; }
p { color: rgb(172,217,64); }
H1.HeaderClassName
{
color: #ACD940;
}
.AnyTagClassName
{
color: #ACD940;
}
</style>
background-color css
<style>
a { background-color: #ACD940; }
a { background-color: rgb(172,217,64); }
div.DivClassName
{
background-color: #ACD940;
}
.BgClassName
{
background-color: #ACD940;
}
</style>
border-color css
<style>
span { border-color: #ACD940; }
span { border-color: rgb(172,217,64); }
td.TdClassName
{
border-color: #ACD940;
}
.TagClassName
{
border-color: #ACD940;
}
</style>