Shades of Conifer #ACD267
Tints of Conifer #ACD267
RGB
CMYK
RGB Variations
Color information
#ACD267 (or 0xACD267) is known color: Conifer. HEX triplet: AC, D2 and 67. RGB value is (172,210,103). Sum of RGB (Red+Green+Blue) = 172+210+103=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD267 is #532D98. Grayscale: #BABABA. Windows color (decimal): -5451161 or 6804140. OLE color: 6804140.
HSL color Cylindrical-coordinate representation of color #ACD267: hue angle of 81.31º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACD267 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 103 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.18 |
| HSL | 81.31º | 0.54% | 0.61% | - |
| HSV(B) | 81.31º | 0.51% | 0.82% | - |
| XYZ | 42.51 | 55.84 | 21.37 | - |
| YUV | 186.44 | 80.91 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 103 | 0.18 | 0 | 0.51 | 0.18 | 81.31 | 0.54 | 0.61 |
| Hex | AC | D2 | 67 | 12 | 0 | 33 | 12 | 51 | 36 | 3D |
| Octal | 254 | 322 | 147 | 22 | 0 | 63 | 22 | 121 | 66 | 75 |
| Binary | 10101100 | 11010010 | 1100111 | 10010 | 0 | 110011 | 10010 | 1010001 | 110110 | 111101 |
Color Harmonies of #ACD267
Complementary color
Monochromatic Colors of #ACD267
Black with #ACD267
Text Example
Text Example
White with #ACD267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD267; }
p { color: rgb(172,210,103); }
H1.HeaderClassName
{
color: #ACD267;
}
.AnyTagClassName
{
color: #ACD267;
}
</style>
background-color css
<style>
a { background-color: #ACD267; }
a { background-color: rgb(172,210,103); }
div.DivClassName
{
background-color: #ACD267;
}
.BgClassName
{
background-color: #ACD267;
}
</style>
border-color css
<style>
span { border-color: #ACD267; }
span { border-color: rgb(172,210,103); }
td.TdClassName
{
border-color: #ACD267;
}
.TagClassName
{
border-color: #ACD267;
}
</style>