Shades of Conifer #ACDE6A
Tints of Conifer #ACDE6A
RGB
CMYK
RGB Variations
Color information
#ACDE6A (or 0xACDE6A) is known color: Conifer. HEX triplet: AC, DE and 6A. RGB value is (172,222,106). Sum of RGB (Red+Green+Blue) = 172+222+106=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDE6A is #532195. Grayscale: #C2C2C2. Windows color (decimal): -5448086 or 7003820. OLE color: 7003820.
HSL color Cylindrical-coordinate representation of color #ACDE6A: hue angle of 85.86º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACDE6A is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 222 | 106 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.13 |
| HSL | 85.86º | 0.64% | 0.64% | - |
| HSV(B) | 85.86º | 0.52% | 0.87% | - |
| XYZ | 45.74 | 62.05 | 23.2 | - |
| YUV | 193.83 | 78.44 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 222 | 106 | 0.23 | 0 | 0.52 | 0.13 | 85.86 | 0.64 | 0.64 |
| Hex | AC | DE | 6A | 17 | 0 | 34 | D | 56 | 40 | 40 |
| Octal | 254 | 336 | 152 | 27 | 0 | 64 | 15 | 126 | 100 | 100 |
| Binary | 10101100 | 11011110 | 1101010 | 10111 | 0 | 110100 | 1101 | 1010110 | 1000000 | 1000000 |
Color Harmonies of #ACDE6A
Complementary color
Monochromatic Colors of #ACDE6A
Black with #ACDE6A
Text Example
Text Example
White with #ACDE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDE6A; }
p { color: rgb(172,222,106); }
H1.HeaderClassName
{
color: #ACDE6A;
}
.AnyTagClassName
{
color: #ACDE6A;
}
</style>
background-color css
<style>
a { background-color: #ACDE6A; }
a { background-color: rgb(172,222,106); }
div.DivClassName
{
background-color: #ACDE6A;
}
.BgClassName
{
background-color: #ACDE6A;
}
</style>
border-color css
<style>
span { border-color: #ACDE6A; }
span { border-color: rgb(172,222,106); }
td.TdClassName
{
border-color: #ACDE6A;
}
.TagClassName
{
border-color: #ACDE6A;
}
</style>