Shades of Conifer #ACD15E
Tints of Conifer #ACD15E
RGB
CMYK
RGB Variations
Color information
#ACD15E (or 0xACD15E) is known color: Conifer. HEX triplet: AC, D1 and 5E. RGB value is (172,209,94). Sum of RGB (Red+Green+Blue) = 172+209+94=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD15E is #532EA1. Grayscale: #B9B9B9. Windows color (decimal): -5451426 or 6214060. OLE color: 6214060.
HSL color Cylindrical-coordinate representation of color #ACD15E: hue angle of 79.3º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACD15E is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 94 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.18 |
| HSL | 79.3º | 0.56% | 0.59% | - |
| HSV(B) | 79.3º | 0.55% | 0.82% | - |
| XYZ | 41.83 | 55.18 | 19.04 | - |
| YUV | 184.83 | 76.74 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 94 | 0.18 | 0 | 0.55 | 0.18 | 79.3 | 0.56 | 0.59 |
| Hex | AC | D1 | 5E | 12 | 0 | 37 | 12 | 4F | 38 | 3B |
| Octal | 254 | 321 | 136 | 22 | 0 | 67 | 22 | 117 | 70 | 73 |
| Binary | 10101100 | 11010001 | 1011110 | 10010 | 0 | 110111 | 10010 | 1001111 | 111000 | 111011 |
Color Harmonies of #ACD15E
Complementary color
Monochromatic Colors of #ACD15E
Black with #ACD15E
Text Example
Text Example
White with #ACD15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD15E; }
p { color: rgb(172,209,94); }
H1.HeaderClassName
{
color: #ACD15E;
}
.AnyTagClassName
{
color: #ACD15E;
}
</style>
background-color css
<style>
a { background-color: #ACD15E; }
a { background-color: rgb(172,209,94); }
div.DivClassName
{
background-color: #ACD15E;
}
.BgClassName
{
background-color: #ACD15E;
}
</style>
border-color css
<style>
span { border-color: #ACD15E; }
span { border-color: rgb(172,209,94); }
td.TdClassName
{
border-color: #ACD15E;
}
.TagClassName
{
border-color: #ACD15E;
}
</style>