Shades of Conifer #ACD26A
Tints of Conifer #ACD26A
RGB
CMYK
RGB Variations
Color information
#ACD26A (or 0xACD26A) is known color: Conifer. HEX triplet: AC, D2 and 6A. RGB value is (172,210,106). Sum of RGB (Red+Green+Blue) = 172+210+106=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD26A is #532D95. Grayscale: #BBBBBB. Windows color (decimal): -5451158 or 7000748. OLE color: 7000748.
HSL color Cylindrical-coordinate representation of color #ACD26A: hue angle of 81.92º 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 #ACD26A is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 106 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.18 |
| HSL | 81.92º | 0.54% | 0.62% | - |
| HSV(B) | 81.92º | 0.5% | 0.82% | - |
| XYZ | 42.66 | 55.9 | 22.18 | - |
| YUV | 186.78 | 82.41 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 106 | 0.18 | 0 | 0.50 | 0.18 | 81.92 | 0.54 | 0.62 |
| Hex | AC | D2 | 6A | 12 | 0 | 32 | 12 | 52 | 36 | 3E |
| Octal | 254 | 322 | 152 | 22 | 0 | 62 | 22 | 122 | 66 | 76 |
| Binary | 10101100 | 11010010 | 1101010 | 10010 | 0 | 110010 | 10010 | 1010010 | 110110 | 111110 |
Color Harmonies of #ACD26A
Complementary color
Monochromatic Colors of #ACD26A
Black with #ACD26A
Text Example
Text Example
White with #ACD26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD26A; }
p { color: rgb(172,210,106); }
H1.HeaderClassName
{
color: #ACD26A;
}
.AnyTagClassName
{
color: #ACD26A;
}
</style>
background-color css
<style>
a { background-color: #ACD26A; }
a { background-color: rgb(172,210,106); }
div.DivClassName
{
background-color: #ACD26A;
}
.BgClassName
{
background-color: #ACD26A;
}
</style>
border-color css
<style>
span { border-color: #ACD26A; }
span { border-color: rgb(172,210,106); }
td.TdClassName
{
border-color: #ACD26A;
}
.TagClassName
{
border-color: #ACD26A;
}
</style>