Shades of Conifer #ACDE5D
Tints of Conifer #ACDE5D
RGB
CMYK
RGB Variations
Color information
#ACDE5D (or 0xACDE5D) is known color: Conifer. HEX triplet: AC, DE and 5D. RGB value is (172,222,93). Sum of RGB (Red+Green+Blue) = 172+222+93=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDE5D is #5321A2. Grayscale: #C0C0C0. Windows color (decimal): -5448099 or 6151852. OLE color: 6151852.
HSL color Cylindrical-coordinate representation of color #ACDE5D: hue angle of 83.26º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACDE5D is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 222 | 93 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.13 |
| HSL | 83.26º | 0.66% | 0.62% | - |
| HSV(B) | 83.26º | 0.58% | 0.87% | - |
| XYZ | 45.11 | 61.8 | 19.91 | - |
| YUV | 192.34 | 71.94 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 222 | 93 | 0.23 | 0 | 0.58 | 0.13 | 83.26 | 0.66 | 0.62 |
| Hex | AC | DE | 5D | 17 | 0 | 3A | D | 53 | 42 | 3E |
| Octal | 254 | 336 | 135 | 27 | 0 | 72 | 15 | 123 | 102 | 76 |
| Binary | 10101100 | 11011110 | 1011101 | 10111 | 0 | 111010 | 1101 | 1010011 | 1000010 | 111110 |
Color Harmonies of #ACDE5D
Complementary color
Monochromatic Colors of #ACDE5D
Black with #ACDE5D
Text Example
Text Example
White with #ACDE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDE5D; }
p { color: rgb(172,222,93); }
H1.HeaderClassName
{
color: #ACDE5D;
}
.AnyTagClassName
{
color: #ACDE5D;
}
</style>
background-color css
<style>
a { background-color: #ACDE5D; }
a { background-color: rgb(172,222,93); }
div.DivClassName
{
background-color: #ACDE5D;
}
.BgClassName
{
background-color: #ACDE5D;
}
</style>
border-color css
<style>
span { border-color: #ACDE5D; }
span { border-color: rgb(172,222,93); }
td.TdClassName
{
border-color: #ACDE5D;
}
.TagClassName
{
border-color: #ACDE5D;
}
</style>