Shades of Conifer #ACE54C
Tints of Conifer #ACE54C
RGB
CMYK
RGB Variations
Color information
#ACE54C (or 0xACE54C) is known color: Conifer. HEX triplet: AC, E5 and 4C. RGB value is (172,229,76). Sum of RGB (Red+Green+Blue) = 172+229+76=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 229 (89.84% from 255 or 48.01% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE54C is #531AB3. Grayscale: #C3C3C3. Windows color (decimal): -5446324 or 5039532. OLE color: 5039532.
HSL color Cylindrical-coordinate representation of color #ACE54C: hue angle of 82.35º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACE54C is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 76 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.10 |
| HSL | 82.35º | 0.75% | 0.6% | - |
| HSV(B) | 82.35º | 0.67% | 0.9% | - |
| XYZ | 46.34 | 65.33 | 17.01 | - |
| YUV | 194.52 | 61.12 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 76 | 0.25 | 0 | 0.67 | 0.10 | 82.35 | 0.75 | 0.6 |
| Hex | AC | E5 | 4C | 19 | 0 | 43 | A | 52 | 4B | 3C |
| Octal | 254 | 345 | 114 | 31 | 0 | 103 | 12 | 122 | 113 | 74 |
| Binary | 10101100 | 11100101 | 1001100 | 11001 | 0 | 1000011 | 1010 | 1010010 | 1001011 | 111100 |
Color Harmonies of #ACE54C
Complementary color
Monochromatic Colors of #ACE54C
Black with #ACE54C
Text Example
Text Example
White with #ACE54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE54C; }
p { color: rgb(172,229,76); }
H1.HeaderClassName
{
color: #ACE54C;
}
.AnyTagClassName
{
color: #ACE54C;
}
</style>
background-color css
<style>
a { background-color: #ACE54C; }
a { background-color: rgb(172,229,76); }
div.DivClassName
{
background-color: #ACE54C;
}
.BgClassName
{
background-color: #ACE54C;
}
</style>
border-color css
<style>
span { border-color: #ACE54C; }
span { border-color: rgb(172,229,76); }
td.TdClassName
{
border-color: #ACE54C;
}
.TagClassName
{
border-color: #ACE54C;
}
</style>