Shades of Conifer #ACDA58
Tints of Conifer #ACDA58
RGB
CMYK
RGB Variations
Color information
#ACDA58 (or 0xACDA58) is known color: Conifer. HEX triplet: AC, DA and 58. RGB value is (172,218,88). Sum of RGB (Red+Green+Blue) = 172+218+88=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 88 (34.77% from 255 or 18.41% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDA58 is #5325A7. Grayscale: #BDBDBD. Windows color (decimal): -5449128 or 5823148. OLE color: 5823148.
HSL color Cylindrical-coordinate representation of color #ACDA58: hue angle of 81.23º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACDA58 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 218 | 88 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.15 |
| HSL | 81.23º | 0.64% | 0.6% | - |
| HSV(B) | 81.23º | 0.6% | 0.85% | - |
| XYZ | 43.85 | 59.62 | 18.43 | - |
| YUV | 189.43 | 70.76 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 218 | 88 | 0.21 | 0 | 0.60 | 0.15 | 81.23 | 0.64 | 0.6 |
| Hex | AC | DA | 58 | 15 | 0 | 3C | F | 51 | 40 | 3C |
| Octal | 254 | 332 | 130 | 25 | 0 | 74 | 17 | 121 | 100 | 74 |
| Binary | 10101100 | 11011010 | 1011000 | 10101 | 0 | 111100 | 1111 | 1010001 | 1000000 | 111100 |
Color Harmonies of #ACDA58
Complementary color
Monochromatic Colors of #ACDA58
Black with #ACDA58
Text Example
Text Example
White with #ACDA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDA58; }
p { color: rgb(172,218,88); }
H1.HeaderClassName
{
color: #ACDA58;
}
.AnyTagClassName
{
color: #ACDA58;
}
</style>
background-color css
<style>
a { background-color: #ACDA58; }
a { background-color: rgb(172,218,88); }
div.DivClassName
{
background-color: #ACDA58;
}
.BgClassName
{
background-color: #ACDA58;
}
</style>
border-color css
<style>
span { border-color: #ACDA58; }
span { border-color: rgb(172,218,88); }
td.TdClassName
{
border-color: #ACDA58;
}
.TagClassName
{
border-color: #ACDA58;
}
</style>