Shades of Conifer #ACD14A
Tints of Conifer #ACD14A
RGB
CMYK
RGB Variations
Color information
#ACD14A (or 0xACD14A) is known color: Conifer. HEX triplet: AC, D1 and 4A. RGB value is (172,209,74). Sum of RGB (Red+Green+Blue) = 172+209+74=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD14A is #532EB5. Grayscale: #B7B7B7. Windows color (decimal): -5451446 or 4903340. OLE color: 4903340.
HSL color Cylindrical-coordinate representation of color #ACD14A: hue angle of 76.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACD14A is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 74 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.18 |
| HSL | 76.44º | 0.59% | 0.55% | - |
| HSV(B) | 76.44º | 0.65% | 0.82% | - |
| XYZ | 41.05 | 54.87 | 14.91 | - |
| YUV | 182.55 | 66.74 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 74 | 0.18 | 0 | 0.65 | 0.18 | 76.44 | 0.59 | 0.55 |
| Hex | AC | D1 | 4A | 12 | 0 | 41 | 12 | 4C | 3B | 37 |
| Octal | 254 | 321 | 112 | 22 | 0 | 101 | 22 | 114 | 73 | 67 |
| Binary | 10101100 | 11010001 | 1001010 | 10010 | 0 | 1000001 | 10010 | 1001100 | 111011 | 110111 |
Color Harmonies of #ACD14A
Complementary color
Monochromatic Colors of #ACD14A
Black with #ACD14A
Text Example
Text Example
White with #ACD14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD14A; }
p { color: rgb(172,209,74); }
H1.HeaderClassName
{
color: #ACD14A;
}
.AnyTagClassName
{
color: #ACD14A;
}
</style>
background-color css
<style>
a { background-color: #ACD14A; }
a { background-color: rgb(172,209,74); }
div.DivClassName
{
background-color: #ACD14A;
}
.BgClassName
{
background-color: #ACD14A;
}
</style>
border-color css
<style>
span { border-color: #ACD14A; }
span { border-color: rgb(172,209,74); }
td.TdClassName
{
border-color: #ACD14A;
}
.TagClassName
{
border-color: #ACD14A;
}
</style>