Shades of Conifer #ACD74D
Tints of Conifer #ACD74D
RGB
CMYK
RGB Variations
Color information
#ACD74D (or 0xACD74D) is known color: Conifer. HEX triplet: AC, D7 and 4D. RGB value is (172,215,77). Sum of RGB (Red+Green+Blue) = 172+215+77=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD74D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD74D is #5328B2. Grayscale: #BABABA. Windows color (decimal): -5449907 or 5101484. OLE color: 5101484.
HSL color Cylindrical-coordinate representation of color #ACD74D: hue angle of 78.7º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACD74D is Cyan = 0.2, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 77 | - |
| CMYK | 0.2 | 0 | 0.64 | 0.16 |
| HSL | 78.7º | 0.63% | 0.57% | - |
| HSV(B) | 78.7º | 0.64% | 0.84% | - |
| XYZ | 42.65 | 57.91 | 15.95 | - |
| YUV | 186.41 | 66.25 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 77 | 0.2 | 0 | 0.64 | 0.16 | 78.7 | 0.63 | 0.57 |
| Hex | AC | D7 | 4D | 14 | 0 | 40 | 10 | 4F | 3F | 39 |
| Octal | 254 | 327 | 115 | 24 | 0 | 100 | 20 | 117 | 77 | 71 |
| Binary | 10101100 | 11010111 | 1001101 | 10100 | 0 | 1000000 | 10000 | 1001111 | 111111 | 111001 |
Color Harmonies of #ACD74D
Complementary color
Monochromatic Colors of #ACD74D
Black with #ACD74D
Text Example
Text Example
White with #ACD74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD74D; }
p { color: rgb(172,215,77); }
H1.HeaderClassName
{
color: #ACD74D;
}
.AnyTagClassName
{
color: #ACD74D;
}
</style>
background-color css
<style>
a { background-color: #ACD74D; }
a { background-color: rgb(172,215,77); }
div.DivClassName
{
background-color: #ACD74D;
}
.BgClassName
{
background-color: #ACD74D;
}
</style>
border-color css
<style>
span { border-color: #ACD74D; }
span { border-color: rgb(172,215,77); }
td.TdClassName
{
border-color: #ACD74D;
}
.TagClassName
{
border-color: #ACD74D;
}
</style>