Shades of Conifer #ACD04A
Tints of Conifer #ACD04A
RGB
CMYK
RGB Variations
Color information
#ACD04A (or 0xACD04A) is known color: Conifer. HEX triplet: AC, D0 and 4A. RGB value is (172,208,74). Sum of RGB (Red+Green+Blue) = 172+208+74=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD04A is #532FB5. Grayscale: #B6B6B6. Windows color (decimal): -5451702 or 4903084. OLE color: 4903084.
HSL color Cylindrical-coordinate representation of color #ACD04A: hue angle of 76.12º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACD04A is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 74 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.18 |
| HSL | 76.12º | 0.59% | 0.55% | - |
| HSV(B) | 76.12º | 0.64% | 0.82% | - |
| XYZ | 40.81 | 54.38 | 14.82 | - |
| YUV | 181.96 | 67.07 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 74 | 0.17 | 0 | 0.64 | 0.18 | 76.12 | 0.59 | 0.55 |
| Hex | AC | D0 | 4A | 11 | 0 | 40 | 12 | 4C | 3B | 37 |
| Octal | 254 | 320 | 112 | 21 | 0 | 100 | 22 | 114 | 73 | 67 |
| Binary | 10101100 | 11010000 | 1001010 | 10001 | 0 | 1000000 | 10010 | 1001100 | 111011 | 110111 |
Color Harmonies of #ACD04A
Complementary color
Monochromatic Colors of #ACD04A
Black with #ACD04A
Text Example
Text Example
White with #ACD04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD04A; }
p { color: rgb(172,208,74); }
H1.HeaderClassName
{
color: #ACD04A;
}
.AnyTagClassName
{
color: #ACD04A;
}
</style>
background-color css
<style>
a { background-color: #ACD04A; }
a { background-color: rgb(172,208,74); }
div.DivClassName
{
background-color: #ACD04A;
}
.BgClassName
{
background-color: #ACD04A;
}
</style>
border-color css
<style>
span { border-color: #ACD04A; }
span { border-color: rgb(172,208,74); }
td.TdClassName
{
border-color: #ACD04A;
}
.TagClassName
{
border-color: #ACD04A;
}
</style>