Shades of Conifer #ACD262
Tints of Conifer #ACD262
RGB
CMYK
RGB Variations
Color information
#ACD262 (or 0xACD262) is known color: Conifer. HEX triplet: AC, D2 and 62. RGB value is (172,210,98). Sum of RGB (Red+Green+Blue) = 172+210+98=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD262 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD262 is #532D9D. Grayscale: #BABABA. Windows color (decimal): -5451166 or 6476460. OLE color: 6476460.
HSL color Cylindrical-coordinate representation of color #ACD262: hue angle of 80.36º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACD262 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 98 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.18 |
| HSL | 80.36º | 0.55% | 0.6% | - |
| HSV(B) | 80.36º | 0.53% | 0.82% | - |
| XYZ | 42.26 | 55.75 | 20.09 | - |
| YUV | 185.87 | 78.41 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 98 | 0.18 | 0 | 0.53 | 0.18 | 80.36 | 0.55 | 0.6 |
| Hex | AC | D2 | 62 | 12 | 0 | 35 | 12 | 50 | 37 | 3C |
| Octal | 254 | 322 | 142 | 22 | 0 | 65 | 22 | 120 | 67 | 74 |
| Binary | 10101100 | 11010010 | 1100010 | 10010 | 0 | 110101 | 10010 | 1010000 | 110111 | 111100 |
Color Harmonies of #ACD262
Complementary color
Monochromatic Colors of #ACD262
Black with #ACD262
Text Example
Text Example
White with #ACD262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD262; }
p { color: rgb(172,210,98); }
H1.HeaderClassName
{
color: #ACD262;
}
.AnyTagClassName
{
color: #ACD262;
}
</style>
background-color css
<style>
a { background-color: #ACD262; }
a { background-color: rgb(172,210,98); }
div.DivClassName
{
background-color: #ACD262;
}
.BgClassName
{
background-color: #ACD262;
}
</style>
border-color css
<style>
span { border-color: #ACD262; }
span { border-color: rgb(172,210,98); }
td.TdClassName
{
border-color: #ACD262;
}
.TagClassName
{
border-color: #ACD262;
}
</style>