Shades of Conifer #ACD26B
Tints of Conifer #ACD26B
RGB
CMYK
RGB Variations
Color information
#ACD26B (or 0xACD26B) is known color: Conifer. HEX triplet: AC, D2 and 6B. RGB value is (172,210,107). Sum of RGB (Red+Green+Blue) = 172+210+107=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD26B is #532D94. Grayscale: #BBBBBB. Windows color (decimal): -5451157 or 7066284. OLE color: 7066284.
HSL color Cylindrical-coordinate representation of color #ACD26B: hue angle of 82.14º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACD26B is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 107 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.18 |
| HSL | 82.14º | 0.53% | 0.62% | - |
| HSV(B) | 82.14º | 0.49% | 0.82% | - |
| XYZ | 42.71 | 55.93 | 22.45 | - |
| YUV | 186.9 | 82.91 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 107 | 0.18 | 0 | 0.49 | 0.18 | 82.14 | 0.53 | 0.62 |
| Hex | AC | D2 | 6B | 12 | 0 | 31 | 12 | 52 | 35 | 3E |
| Octal | 254 | 322 | 153 | 22 | 0 | 61 | 22 | 122 | 65 | 76 |
| Binary | 10101100 | 11010010 | 1101011 | 10010 | 0 | 110001 | 10010 | 1010010 | 110101 | 111110 |
Color Harmonies of #ACD26B
Complementary color
Monochromatic Colors of #ACD26B
Black with #ACD26B
Text Example
Text Example
White with #ACD26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD26B; }
p { color: rgb(172,210,107); }
H1.HeaderClassName
{
color: #ACD26B;
}
.AnyTagClassName
{
color: #ACD26B;
}
</style>
background-color css
<style>
a { background-color: #ACD26B; }
a { background-color: rgb(172,210,107); }
div.DivClassName
{
background-color: #ACD26B;
}
.BgClassName
{
background-color: #ACD26B;
}
</style>
border-color css
<style>
span { border-color: #ACD26B; }
span { border-color: rgb(172,210,107); }
td.TdClassName
{
border-color: #ACD26B;
}
.TagClassName
{
border-color: #ACD26B;
}
</style>