Shades of Conifer #ACD263
Tints of Conifer #ACD263
RGB
CMYK
RGB Variations
Color information
#ACD263 (or 0xACD263) is known color: Conifer. HEX triplet: AC, D2 and 63. RGB value is (172,210,99). Sum of RGB (Red+Green+Blue) = 172+210+99=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD263 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD263 is #532D9C. Grayscale: #BABABA. Windows color (decimal): -5451165 or 6541996. OLE color: 6541996.
HSL color Cylindrical-coordinate representation of color #ACD263: hue angle of 80.54º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACD263 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 99 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.18 |
| HSL | 80.54º | 0.55% | 0.61% | - |
| HSV(B) | 80.54º | 0.53% | 0.82% | - |
| XYZ | 42.31 | 55.76 | 20.34 | - |
| YUV | 185.98 | 78.91 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 99 | 0.18 | 0 | 0.53 | 0.18 | 80.54 | 0.55 | 0.61 |
| Hex | AC | D2 | 63 | 12 | 0 | 35 | 12 | 51 | 37 | 3D |
| Octal | 254 | 322 | 143 | 22 | 0 | 65 | 22 | 121 | 67 | 75 |
| Binary | 10101100 | 11010010 | 1100011 | 10010 | 0 | 110101 | 10010 | 1010001 | 110111 | 111101 |
Color Harmonies of #ACD263
Complementary color
Monochromatic Colors of #ACD263
Black with #ACD263
Text Example
Text Example
White with #ACD263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD263; }
p { color: rgb(172,210,99); }
H1.HeaderClassName
{
color: #ACD263;
}
.AnyTagClassName
{
color: #ACD263;
}
</style>
background-color css
<style>
a { background-color: #ACD263; }
a { background-color: rgb(172,210,99); }
div.DivClassName
{
background-color: #ACD263;
}
.BgClassName
{
background-color: #ACD263;
}
</style>
border-color css
<style>
span { border-color: #ACD263; }
span { border-color: rgb(172,210,99); }
td.TdClassName
{
border-color: #ACD263;
}
.TagClassName
{
border-color: #ACD263;
}
</style>