Shades of Conifer #A4E462
Tints of Conifer #A4E462
RGB
CMYK
RGB Variations
Color information
#A4E462 (or 0xA4E462) is known color: Conifer. HEX triplet: A4, E4 and 62. RGB value is (164,228,98). Sum of RGB (Red+Green+Blue) = 164+228+98=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E462 is #5B1B9D. Grayscale: #C2C2C2. Windows color (decimal): -5970846 or 6481060. OLE color: 6481060.
HSL color Cylindrical-coordinate representation of color #A4E462: hue angle of 89.54º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4E462 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 228 | 98 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.11 |
| HSL | 89.54º | 0.71% | 0.64% | - |
| HSV(B) | 89.54º | 0.57% | 0.89% | - |
| XYZ | 45.26 | 64.26 | 21.57 | - |
| YUV | 194.04 | 73.8 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 228 | 98 | 0.28 | 0 | 0.57 | 0.11 | 89.54 | 0.71 | 0.64 |
| Hex | A4 | E4 | 62 | 1C | 0 | 39 | B | 5A | 47 | 40 |
| Octal | 244 | 344 | 142 | 34 | 0 | 71 | 13 | 132 | 107 | 100 |
| Binary | 10100100 | 11100100 | 1100010 | 11100 | 0 | 111001 | 1011 | 1011010 | 1000111 | 1000000 |
Color Harmonies of #A4E462
Complementary color
Monochromatic Colors of #A4E462
Black with #A4E462
Text Example
Text Example
White with #A4E462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E462; }
p { color: rgb(164,228,98); }
H1.HeaderClassName
{
color: #A4E462;
}
.AnyTagClassName
{
color: #A4E462;
}
</style>
background-color css
<style>
a { background-color: #A4E462; }
a { background-color: rgb(164,228,98); }
div.DivClassName
{
background-color: #A4E462;
}
.BgClassName
{
background-color: #A4E462;
}
</style>
border-color css
<style>
span { border-color: #A4E462; }
span { border-color: rgb(164,228,98); }
td.TdClassName
{
border-color: #A4E462;
}
.TagClassName
{
border-color: #A4E462;
}
</style>