Shades of Conifer #ACD74C
Tints of Conifer #ACD74C
RGB
CMYK
RGB Variations
Color information
#ACD74C (or 0xACD74C) is known color: Conifer. HEX triplet: AC, D7 and 4C. RGB value is (172,215,76). Sum of RGB (Red+Green+Blue) = 172+215+76=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD74C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD74C is #5328B3. Grayscale: #BABABA. Windows color (decimal): -5449908 or 5035948. OLE color: 5035948.
HSL color Cylindrical-coordinate representation of color #ACD74C: hue angle of 78.56º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACD74C is Cyan = 0.2, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 76 | - |
| CMYK | 0.2 | 0 | 0.65 | 0.16 |
| HSL | 78.56º | 0.63% | 0.57% | - |
| HSV(B) | 78.56º | 0.65% | 0.84% | - |
| XYZ | 42.62 | 57.89 | 15.77 | - |
| YUV | 186.3 | 65.75 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 76 | 0.2 | 0 | 0.65 | 0.16 | 78.56 | 0.63 | 0.57 |
| Hex | AC | D7 | 4C | 14 | 0 | 41 | 10 | 4F | 3F | 39 |
| Octal | 254 | 327 | 114 | 24 | 0 | 101 | 20 | 117 | 77 | 71 |
| Binary | 10101100 | 11010111 | 1001100 | 10100 | 0 | 1000001 | 10000 | 1001111 | 111111 | 111001 |
Color Harmonies of #ACD74C
Complementary color
Monochromatic Colors of #ACD74C
Black with #ACD74C
Text Example
Text Example
White with #ACD74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD74C; }
p { color: rgb(172,215,76); }
H1.HeaderClassName
{
color: #ACD74C;
}
.AnyTagClassName
{
color: #ACD74C;
}
</style>
background-color css
<style>
a { background-color: #ACD74C; }
a { background-color: rgb(172,215,76); }
div.DivClassName
{
background-color: #ACD74C;
}
.BgClassName
{
background-color: #ACD74C;
}
</style>
border-color css
<style>
span { border-color: #ACD74C; }
span { border-color: rgb(172,215,76); }
td.TdClassName
{
border-color: #ACD74C;
}
.TagClassName
{
border-color: #ACD74C;
}
</style>