Shades of Conifer #ACD05D
Tints of Conifer #ACD05D
RGB
CMYK
RGB Variations
Color information
#ACD05D (or 0xACD05D) is known color: Conifer. HEX triplet: AC, D0 and 5D. RGB value is (172,208,93). Sum of RGB (Red+Green+Blue) = 172+208+93=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD05D is #532FA2. Grayscale: #B8B8B8. Windows color (decimal): -5451683 or 6148268. OLE color: 6148268.
HSL color Cylindrical-coordinate representation of color #ACD05D: hue angle of 78.78º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACD05D is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 93 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.18 |
| HSL | 78.78º | 0.55% | 0.59% | - |
| HSV(B) | 78.78º | 0.55% | 0.82% | - |
| XYZ | 41.54 | 54.67 | 18.72 | - |
| YUV | 184.13 | 76.57 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 93 | 0.17 | 0 | 0.55 | 0.18 | 78.78 | 0.55 | 0.59 |
| Hex | AC | D0 | 5D | 11 | 0 | 37 | 12 | 4F | 37 | 3B |
| Octal | 254 | 320 | 135 | 21 | 0 | 67 | 22 | 117 | 67 | 73 |
| Binary | 10101100 | 11010000 | 1011101 | 10001 | 0 | 110111 | 10010 | 1001111 | 110111 | 111011 |
Color Harmonies of #ACD05D
Complementary color
Monochromatic Colors of #ACD05D
Black with #ACD05D
Text Example
Text Example
White with #ACD05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD05D; }
p { color: rgb(172,208,93); }
H1.HeaderClassName
{
color: #ACD05D;
}
.AnyTagClassName
{
color: #ACD05D;
}
</style>
background-color css
<style>
a { background-color: #ACD05D; }
a { background-color: rgb(172,208,93); }
div.DivClassName
{
background-color: #ACD05D;
}
.BgClassName
{
background-color: #ACD05D;
}
</style>
border-color css
<style>
span { border-color: #ACD05D; }
span { border-color: rgb(172,208,93); }
td.TdClassName
{
border-color: #ACD05D;
}
.TagClassName
{
border-color: #ACD05D;
}
</style>