Shades of Conifer #ACD268
Tints of Conifer #ACD268
RGB
CMYK
RGB Variations
Color information
#ACD268 (or 0xACD268) is known color: Conifer. HEX triplet: AC, D2 and 68. RGB value is (172,210,104). Sum of RGB (Red+Green+Blue) = 172+210+104=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD268 is #532D97. Grayscale: #BABABA. Windows color (decimal): -5451160 or 6869676. OLE color: 6869676.
HSL color Cylindrical-coordinate representation of color #ACD268: hue angle of 81.51º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACD268 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 104 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.18 |
| HSL | 81.51º | 0.54% | 0.62% | - |
| HSV(B) | 81.51º | 0.5% | 0.82% | - |
| XYZ | 42.56 | 55.86 | 21.64 | - |
| YUV | 186.55 | 81.41 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 104 | 0.18 | 0 | 0.50 | 0.18 | 81.51 | 0.54 | 0.62 |
| Hex | AC | D2 | 68 | 12 | 0 | 32 | 12 | 52 | 36 | 3E |
| Octal | 254 | 322 | 150 | 22 | 0 | 62 | 22 | 122 | 66 | 76 |
| Binary | 10101100 | 11010010 | 1101000 | 10010 | 0 | 110010 | 10010 | 1010010 | 110110 | 111110 |
Color Harmonies of #ACD268
Complementary color
Monochromatic Colors of #ACD268
Black with #ACD268
Text Example
Text Example
White with #ACD268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD268; }
p { color: rgb(172,210,104); }
H1.HeaderClassName
{
color: #ACD268;
}
.AnyTagClassName
{
color: #ACD268;
}
</style>
background-color css
<style>
a { background-color: #ACD268; }
a { background-color: rgb(172,210,104); }
div.DivClassName
{
background-color: #ACD268;
}
.BgClassName
{
background-color: #ACD268;
}
</style>
border-color css
<style>
span { border-color: #ACD268; }
span { border-color: rgb(172,210,104); }
td.TdClassName
{
border-color: #ACD268;
}
.TagClassName
{
border-color: #ACD268;
}
</style>