Shades of Conifer #ACE65A
Tints of Conifer #ACE65A
RGB
CMYK
RGB Variations
Color information
#ACE65A (or 0xACE65A) is known color: Conifer. HEX triplet: AC, E6 and 5A. RGB value is (172,230,90). Sum of RGB (Red+Green+Blue) = 172+230+90=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 230 (90.23% from 255 or 46.75% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE65A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE65A is #5319A5. Grayscale: #C5C5C5. Windows color (decimal): -5446054 or 5957292. OLE color: 5957292.
HSL color Cylindrical-coordinate representation of color #ACE65A: hue angle of 84.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACE65A is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 90 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.10 |
| HSL | 84.86º | 0.74% | 0.63% | - |
| HSV(B) | 84.86º | 0.61% | 0.9% | - |
| XYZ | 47.16 | 66.1 | 19.95 | - |
| YUV | 196.7 | 67.78 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 90 | 0.25 | 0 | 0.61 | 0.10 | 84.86 | 0.74 | 0.63 |
| Hex | AC | E6 | 5A | 19 | 0 | 3D | A | 55 | 4A | 3F |
| Octal | 254 | 346 | 132 | 31 | 0 | 75 | 12 | 125 | 112 | 77 |
| Binary | 10101100 | 11100110 | 1011010 | 11001 | 0 | 111101 | 1010 | 1010101 | 1001010 | 111111 |
Color Harmonies of #ACE65A
Complementary color
Monochromatic Colors of #ACE65A
Black with #ACE65A
Text Example
Text Example
White with #ACE65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE65A; }
p { color: rgb(172,230,90); }
H1.HeaderClassName
{
color: #ACE65A;
}
.AnyTagClassName
{
color: #ACE65A;
}
</style>
background-color css
<style>
a { background-color: #ACE65A; }
a { background-color: rgb(172,230,90); }
div.DivClassName
{
background-color: #ACE65A;
}
.BgClassName
{
background-color: #ACE65A;
}
</style>
border-color css
<style>
span { border-color: #ACE65A; }
span { border-color: rgb(172,230,90); }
td.TdClassName
{
border-color: #ACE65A;
}
.TagClassName
{
border-color: #ACE65A;
}
</style>