Shades of Conifer #ACE64A
Tints of Conifer #ACE64A
RGB
CMYK
RGB Variations
Color information
#ACE64A (or 0xACE64A) is known color: Conifer. HEX triplet: AC, E6 and 4A. RGB value is (172,230,74). Sum of RGB (Red+Green+Blue) = 172+230+74=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 230 (90.23% from 255 or 48.32% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE64A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACE64A is #5319B5. Grayscale: #C3C3C3. Windows color (decimal): -5446070 or 4908716. OLE color: 4908716.
HSL color Cylindrical-coordinate representation of color #ACE64A: hue angle of 82.31º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACE64A is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 74 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.10 |
| HSL | 82.31º | 0.76% | 0.6% | - |
| HSV(B) | 82.31º | 0.68% | 0.9% | - |
| XYZ | 46.55 | 65.86 | 16.74 | - |
| YUV | 194.87 | 59.78 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 74 | 0.25 | 0 | 0.68 | 0.10 | 82.31 | 0.76 | 0.6 |
| Hex | AC | E6 | 4A | 19 | 0 | 44 | A | 52 | 4C | 3C |
| Octal | 254 | 346 | 112 | 31 | 0 | 104 | 12 | 122 | 114 | 74 |
| Binary | 10101100 | 11100110 | 1001010 | 11001 | 0 | 1000100 | 1010 | 1010010 | 1001100 | 111100 |
Color Harmonies of #ACE64A
Complementary color
Monochromatic Colors of #ACE64A
Black with #ACE64A
Text Example
Text Example
White with #ACE64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE64A; }
p { color: rgb(172,230,74); }
H1.HeaderClassName
{
color: #ACE64A;
}
.AnyTagClassName
{
color: #ACE64A;
}
</style>
background-color css
<style>
a { background-color: #ACE64A; }
a { background-color: rgb(172,230,74); }
div.DivClassName
{
background-color: #ACE64A;
}
.BgClassName
{
background-color: #ACE64A;
}
</style>
border-color css
<style>
span { border-color: #ACE64A; }
span { border-color: rgb(172,230,74); }
td.TdClassName
{
border-color: #ACE64A;
}
.TagClassName
{
border-color: #ACE64A;
}
</style>