Shades of Conifer #ACD36A
Tints of Conifer #ACD36A
RGB
CMYK
RGB Variations
Color information
#ACD36A (or 0xACD36A) is known color: Conifer. HEX triplet: AC, D3 and 6A. RGB value is (172,211,106). Sum of RGB (Red+Green+Blue) = 172+211+106=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD36A is #532C95. Grayscale: #BBBBBB. Windows color (decimal): -5450902 or 7001004. OLE color: 7001004.
HSL color Cylindrical-coordinate representation of color #ACD36A: hue angle of 82.29º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACD36A is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 106 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.17 |
| HSL | 82.29º | 0.54% | 0.62% | - |
| HSV(B) | 82.29º | 0.5% | 0.83% | - |
| XYZ | 42.91 | 56.4 | 22.26 | - |
| YUV | 187.37 | 82.08 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 106 | 0.18 | 0 | 0.50 | 0.17 | 82.29 | 0.54 | 0.62 |
| Hex | AC | D3 | 6A | 12 | 0 | 32 | 11 | 52 | 36 | 3E |
| Octal | 254 | 323 | 152 | 22 | 0 | 62 | 21 | 122 | 66 | 76 |
| Binary | 10101100 | 11010011 | 1101010 | 10010 | 0 | 110010 | 10001 | 1010010 | 110110 | 111110 |
Color Harmonies of #ACD36A
Complementary color
Monochromatic Colors of #ACD36A
Black with #ACD36A
Text Example
Text Example
White with #ACD36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD36A; }
p { color: rgb(172,211,106); }
H1.HeaderClassName
{
color: #ACD36A;
}
.AnyTagClassName
{
color: #ACD36A;
}
</style>
background-color css
<style>
a { background-color: #ACD36A; }
a { background-color: rgb(172,211,106); }
div.DivClassName
{
background-color: #ACD36A;
}
.BgClassName
{
background-color: #ACD36A;
}
</style>
border-color css
<style>
span { border-color: #ACD36A; }
span { border-color: rgb(172,211,106); }
td.TdClassName
{
border-color: #ACD36A;
}
.TagClassName
{
border-color: #ACD36A;
}
</style>