Shades of Conifer #ACD15C
Tints of Conifer #ACD15C
RGB
CMYK
RGB Variations
Color information
#ACD15C (or 0xACD15C) is known color: Conifer. HEX triplet: AC, D1 and 5C. RGB value is (172,209,92). Sum of RGB (Red+Green+Blue) = 172+209+92=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD15C is #532EA3. Grayscale: #B9B9B9. Windows color (decimal): -5451428 or 6082988. OLE color: 6082988.
HSL color Cylindrical-coordinate representation of color #ACD15C: hue angle of 78.97º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACD15C is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 92 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.18 |
| HSL | 78.97º | 0.56% | 0.59% | - |
| HSV(B) | 78.97º | 0.56% | 0.82% | - |
| XYZ | 41.75 | 55.14 | 18.57 | - |
| YUV | 184.6 | 75.74 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 92 | 0.18 | 0 | 0.56 | 0.18 | 78.97 | 0.56 | 0.59 |
| Hex | AC | D1 | 5C | 12 | 0 | 38 | 12 | 4F | 38 | 3B |
| Octal | 254 | 321 | 134 | 22 | 0 | 70 | 22 | 117 | 70 | 73 |
| Binary | 10101100 | 11010001 | 1011100 | 10010 | 0 | 111000 | 10010 | 1001111 | 111000 | 111011 |
Color Harmonies of #ACD15C
Complementary color
Monochromatic Colors of #ACD15C
Black with #ACD15C
Text Example
Text Example
White with #ACD15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD15C; }
p { color: rgb(172,209,92); }
H1.HeaderClassName
{
color: #ACD15C;
}
.AnyTagClassName
{
color: #ACD15C;
}
</style>
background-color css
<style>
a { background-color: #ACD15C; }
a { background-color: rgb(172,209,92); }
div.DivClassName
{
background-color: #ACD15C;
}
.BgClassName
{
background-color: #ACD15C;
}
</style>
border-color css
<style>
span { border-color: #ACD15C; }
span { border-color: rgb(172,209,92); }
td.TdClassName
{
border-color: #ACD15C;
}
.TagClassName
{
border-color: #ACD15C;
}
</style>