Shades of Conifer #ACD058
Tints of Conifer #ACD058
RGB
CMYK
RGB Variations
Color information
#ACD058 (or 0xACD058) is known color: Conifer. HEX triplet: AC, D0 and 58. RGB value is (172,208,88). Sum of RGB (Red+Green+Blue) = 172+208+88=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD058 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD058 is #532FA7. Grayscale: #B8B8B8. Windows color (decimal): -5451688 or 5820588. OLE color: 5820588.
HSL color Cylindrical-coordinate representation of color #ACD058: hue angle of 78º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACD058 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 88 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.18 |
| HSL | 78º | 0.56% | 0.58% | - |
| HSV(B) | 78º | 0.58% | 0.82% | - |
| XYZ | 41.33 | 54.59 | 17.59 | - |
| YUV | 183.56 | 74.07 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 88 | 0.17 | 0 | 0.58 | 0.18 | 78 | 0.56 | 0.58 |
| Hex | AC | D0 | 58 | 11 | 0 | 3A | 12 | 4E | 38 | 3A |
| Octal | 254 | 320 | 130 | 21 | 0 | 72 | 22 | 116 | 70 | 72 |
| Binary | 10101100 | 11010000 | 1011000 | 10001 | 0 | 111010 | 10010 | 1001110 | 111000 | 111010 |
Color Harmonies of #ACD058
Complementary color
Monochromatic Colors of #ACD058
Black with #ACD058
Text Example
Text Example
White with #ACD058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD058; }
p { color: rgb(172,208,88); }
H1.HeaderClassName
{
color: #ACD058;
}
.AnyTagClassName
{
color: #ACD058;
}
</style>
background-color css
<style>
a { background-color: #ACD058; }
a { background-color: rgb(172,208,88); }
div.DivClassName
{
background-color: #ACD058;
}
.BgClassName
{
background-color: #ACD058;
}
</style>
border-color css
<style>
span { border-color: #ACD058; }
span { border-color: rgb(172,208,88); }
td.TdClassName
{
border-color: #ACD058;
}
.TagClassName
{
border-color: #ACD058;
}
</style>