Shades of Conifer #ACD14B
Tints of Conifer #ACD14B
RGB
CMYK
RGB Variations
Color information
#ACD14B (or 0xACD14B) is known color: Conifer. HEX triplet: AC, D1 and 4B. RGB value is (172,209,75). Sum of RGB (Red+Green+Blue) = 172+209+75=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD14B is #532EB4. Grayscale: #B7B7B7. Windows color (decimal): -5451445 or 4968876. OLE color: 4968876.
HSL color Cylindrical-coordinate representation of color #ACD14B: hue angle of 76.57º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACD14B is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 75 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.18 |
| HSL | 76.57º | 0.59% | 0.56% | - |
| HSV(B) | 76.57º | 0.64% | 0.82% | - |
| XYZ | 41.08 | 54.88 | 15.08 | - |
| YUV | 182.66 | 67.24 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 75 | 0.18 | 0 | 0.64 | 0.18 | 76.57 | 0.59 | 0.56 |
| Hex | AC | D1 | 4B | 12 | 0 | 40 | 12 | 4D | 3B | 38 |
| Octal | 254 | 321 | 113 | 22 | 0 | 100 | 22 | 115 | 73 | 70 |
| Binary | 10101100 | 11010001 | 1001011 | 10010 | 0 | 1000000 | 10010 | 1001101 | 111011 | 111000 |
Color Harmonies of #ACD14B
Complementary color
Monochromatic Colors of #ACD14B
Black with #ACD14B
Text Example
Text Example
White with #ACD14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD14B; }
p { color: rgb(172,209,75); }
H1.HeaderClassName
{
color: #ACD14B;
}
.AnyTagClassName
{
color: #ACD14B;
}
</style>
background-color css
<style>
a { background-color: #ACD14B; }
a { background-color: rgb(172,209,75); }
div.DivClassName
{
background-color: #ACD14B;
}
.BgClassName
{
background-color: #ACD14B;
}
</style>
border-color css
<style>
span { border-color: #ACD14B; }
span { border-color: rgb(172,209,75); }
td.TdClassName
{
border-color: #ACD14B;
}
.TagClassName
{
border-color: #ACD14B;
}
</style>