Shades of Conifer #A4E460
Tints of Conifer #A4E460
RGB
CMYK
RGB Variations
Color information
#A4E460 (or 0xA4E460) is known color: Conifer. HEX triplet: A4, E4 and 60. RGB value is (164,228,96). Sum of RGB (Red+Green+Blue) = 164+228+96=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E460 is #5B1B9F. Grayscale: #C2C2C2. Windows color (decimal): -5970848 or 6349988. OLE color: 6349988.
HSL color Cylindrical-coordinate representation of color #A4E460: hue angle of 89.09º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4E460 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 228 | 96 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.11 |
| HSL | 89.09º | 0.71% | 0.64% | - |
| HSV(B) | 89.09º | 0.58% | 0.89% | - |
| XYZ | 45.16 | 64.22 | 21.08 | - |
| YUV | 193.82 | 72.8 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 228 | 96 | 0.28 | 0 | 0.58 | 0.11 | 89.09 | 0.71 | 0.64 |
| Hex | A4 | E4 | 60 | 1C | 0 | 3A | B | 59 | 47 | 40 |
| Octal | 244 | 344 | 140 | 34 | 0 | 72 | 13 | 131 | 107 | 100 |
| Binary | 10100100 | 11100100 | 1100000 | 11100 | 0 | 111010 | 1011 | 1011001 | 1000111 | 1000000 |
Color Harmonies of #A4E460
Complementary color
Monochromatic Colors of #A4E460
Black with #A4E460
Text Example
Text Example
White with #A4E460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E460; }
p { color: rgb(164,228,96); }
H1.HeaderClassName
{
color: #A4E460;
}
.AnyTagClassName
{
color: #A4E460;
}
</style>
background-color css
<style>
a { background-color: #A4E460; }
a { background-color: rgb(164,228,96); }
div.DivClassName
{
background-color: #A4E460;
}
.BgClassName
{
background-color: #A4E460;
}
</style>
border-color css
<style>
span { border-color: #A4E460; }
span { border-color: rgb(164,228,96); }
td.TdClassName
{
border-color: #A4E460;
}
.TagClassName
{
border-color: #A4E460;
}
</style>