Shades of Conifer #ACD264
Tints of Conifer #ACD264
RGB
CMYK
RGB Variations
Color information
#ACD264 (or 0xACD264) is known color: Conifer. HEX triplet: AC, D2 and 64. RGB value is (172,210,100). Sum of RGB (Red+Green+Blue) = 172+210+100=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD264 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD264 is #532D9B. Grayscale: #BABABA. Windows color (decimal): -5451164 or 6607532. OLE color: 6607532.
HSL color Cylindrical-coordinate representation of color #ACD264: hue angle of 80.73º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACD264 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 100 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.18 |
| HSL | 80.73º | 0.55% | 0.61% | - |
| HSV(B) | 80.73º | 0.52% | 0.82% | - |
| XYZ | 42.36 | 55.78 | 20.59 | - |
| YUV | 186.1 | 79.41 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 100 | 0.18 | 0 | 0.52 | 0.18 | 80.73 | 0.55 | 0.61 |
| Hex | AC | D2 | 64 | 12 | 0 | 34 | 12 | 51 | 37 | 3D |
| Octal | 254 | 322 | 144 | 22 | 0 | 64 | 22 | 121 | 67 | 75 |
| Binary | 10101100 | 11010010 | 1100100 | 10010 | 0 | 110100 | 10010 | 1010001 | 110111 | 111101 |
Color Harmonies of #ACD264
Complementary color
Monochromatic Colors of #ACD264
Black with #ACD264
Text Example
Text Example
White with #ACD264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD264; }
p { color: rgb(172,210,100); }
H1.HeaderClassName
{
color: #ACD264;
}
.AnyTagClassName
{
color: #ACD264;
}
</style>
background-color css
<style>
a { background-color: #ACD264; }
a { background-color: rgb(172,210,100); }
div.DivClassName
{
background-color: #ACD264;
}
.BgClassName
{
background-color: #ACD264;
}
</style>
border-color css
<style>
span { border-color: #ACD264; }
span { border-color: rgb(172,210,100); }
td.TdClassName
{
border-color: #ACD264;
}
.TagClassName
{
border-color: #ACD264;
}
</style>