Shades of Conifer #ACD84B
Tints of Conifer #ACD84B
RGB
CMYK
RGB Variations
Color information
#ACD84B (or 0xACD84B) is known color: Conifer. HEX triplet: AC, D8 and 4B. RGB value is (172,216,75). Sum of RGB (Red+Green+Blue) = 172+216+75=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 75 (29.69% from 255 or 16.20% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD84B is #5327B4. Grayscale: #BBBBBB. Windows color (decimal): -5449653 or 4970668. OLE color: 4970668.
HSL color Cylindrical-coordinate representation of color #ACD84B: hue angle of 78.72º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACD84B is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 75 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.15 |
| HSL | 78.72º | 0.64% | 0.57% | - |
| HSV(B) | 78.72º | 0.65% | 0.85% | - |
| XYZ | 42.84 | 58.39 | 15.67 | - |
| YUV | 186.77 | 64.92 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 75 | 0.20 | 0 | 0.65 | 0.15 | 78.72 | 0.64 | 0.57 |
| Hex | AC | D8 | 4B | 14 | 0 | 41 | F | 4F | 40 | 39 |
| Octal | 254 | 330 | 113 | 24 | 0 | 101 | 17 | 117 | 100 | 71 |
| Binary | 10101100 | 11011000 | 1001011 | 10100 | 0 | 1000001 | 1111 | 1001111 | 1000000 | 111001 |
Color Harmonies of #ACD84B
Complementary color
Monochromatic Colors of #ACD84B
Black with #ACD84B
Text Example
Text Example
White with #ACD84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD84B; }
p { color: rgb(172,216,75); }
H1.HeaderClassName
{
color: #ACD84B;
}
.AnyTagClassName
{
color: #ACD84B;
}
</style>
background-color css
<style>
a { background-color: #ACD84B; }
a { background-color: rgb(172,216,75); }
div.DivClassName
{
background-color: #ACD84B;
}
.BgClassName
{
background-color: #ACD84B;
}
</style>
border-color css
<style>
span { border-color: #ACD84B; }
span { border-color: rgb(172,216,75); }
td.TdClassName
{
border-color: #ACD84B;
}
.TagClassName
{
border-color: #ACD84B;
}
</style>