Shades of Conifer #ACD74A
Tints of Conifer #ACD74A
RGB
CMYK
RGB Variations
Color information
#ACD74A (or 0xACD74A) is known color: Conifer. HEX triplet: AC, D7 and 4A. RGB value is (172,215,74). Sum of RGB (Red+Green+Blue) = 172+215+74=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD74A is #5328B5. Grayscale: #BABABA. Windows color (decimal): -5449910 or 4904876. OLE color: 4904876.
HSL color Cylindrical-coordinate representation of color #ACD74A: hue angle of 78.3º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACD74A is Cyan = 0.2, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 74 | - |
| CMYK | 0.2 | 0 | 0.66 | 0.16 |
| HSL | 78.3º | 0.64% | 0.57% | - |
| HSV(B) | 78.3º | 0.66% | 0.84% | - |
| XYZ | 42.55 | 57.87 | 15.41 | - |
| YUV | 186.07 | 64.75 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 74 | 0.2 | 0 | 0.66 | 0.16 | 78.3 | 0.64 | 0.57 |
| Hex | AC | D7 | 4A | 14 | 0 | 42 | 10 | 4E | 40 | 39 |
| Octal | 254 | 327 | 112 | 24 | 0 | 102 | 20 | 116 | 100 | 71 |
| Binary | 10101100 | 11010111 | 1001010 | 10100 | 0 | 1000010 | 10000 | 1001110 | 1000000 | 111001 |
Color Harmonies of #ACD74A
Complementary color
Monochromatic Colors of #ACD74A
Black with #ACD74A
Text Example
Text Example
White with #ACD74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD74A; }
p { color: rgb(172,215,74); }
H1.HeaderClassName
{
color: #ACD74A;
}
.AnyTagClassName
{
color: #ACD74A;
}
</style>
background-color css
<style>
a { background-color: #ACD74A; }
a { background-color: rgb(172,215,74); }
div.DivClassName
{
background-color: #ACD74A;
}
.BgClassName
{
background-color: #ACD74A;
}
</style>
border-color css
<style>
span { border-color: #ACD74A; }
span { border-color: rgb(172,215,74); }
td.TdClassName
{
border-color: #ACD74A;
}
.TagClassName
{
border-color: #ACD74A;
}
</style>