Shades of Conifer #ACDD4F
Tints of Conifer #ACDD4F
RGB
CMYK
RGB Variations
Color information
#ACDD4F (or 0xACDD4F) is known color: Conifer. HEX triplet: AC, DD and 4F. RGB value is (172,221,79). Sum of RGB (Red+Green+Blue) = 172+221+79=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 79 (31.25% from 255 or 16.74% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD4F is #5322B0. Grayscale: #BEBEBE. Windows color (decimal): -5448369 or 5234092. OLE color: 5234092.
HSL color Cylindrical-coordinate representation of color #ACDD4F: hue angle of 80.7º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACDD4F is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 79 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.13 |
| HSL | 80.7º | 0.68% | 0.59% | - |
| HSV(B) | 80.7º | 0.64% | 0.87% | - |
| XYZ | 44.28 | 61.05 | 16.85 | - |
| YUV | 190.16 | 65.27 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 79 | 0.22 | 0 | 0.64 | 0.13 | 80.7 | 0.68 | 0.59 |
| Hex | AC | DD | 4F | 16 | 0 | 40 | D | 51 | 44 | 3B |
| Octal | 254 | 335 | 117 | 26 | 0 | 100 | 15 | 121 | 104 | 73 |
| Binary | 10101100 | 11011101 | 1001111 | 10110 | 0 | 1000000 | 1101 | 1010001 | 1000100 | 111011 |
Color Harmonies of #ACDD4F
Complementary color
Monochromatic Colors of #ACDD4F
Black with #ACDD4F
Text Example
Text Example
White with #ACDD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD4F; }
p { color: rgb(172,221,79); }
H1.HeaderClassName
{
color: #ACDD4F;
}
.AnyTagClassName
{
color: #ACDD4F;
}
</style>
background-color css
<style>
a { background-color: #ACDD4F; }
a { background-color: rgb(172,221,79); }
div.DivClassName
{
background-color: #ACDD4F;
}
.BgClassName
{
background-color: #ACDD4F;
}
</style>
border-color css
<style>
span { border-color: #ACDD4F; }
span { border-color: rgb(172,221,79); }
td.TdClassName
{
border-color: #ACDD4F;
}
.TagClassName
{
border-color: #ACDD4F;
}
</style>