Shades of Conifer #A4E956
Tints of Conifer #A4E956
RGB
CMYK
RGB Variations
Color information
#A4E956 (or 0xA4E956) is known color: Conifer. HEX triplet: A4, E9 and 56. RGB value is (164,233,86). Sum of RGB (Red+Green+Blue) = 164+233+86=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 233 - color contains mainly: green. Hex color #A4E956 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4E956 is #5B16A9. Grayscale: #C4C4C4. Windows color (decimal): -5969578 or 5695908. OLE color: 5695908.
HSL color Cylindrical-coordinate representation of color #A4E956: hue angle of 88.16º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A4E956 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 233 | 86 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.09 |
| HSL | 88.16º | 0.77% | 0.63% | - |
| HSV(B) | 88.16º | 0.63% | 0.91% | - |
| XYZ | 46.13 | 66.84 | 19.27 | - |
| YUV | 195.61 | 66.14 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 233 | 86 | 0.30 | 0 | 0.63 | 0.09 | 88.16 | 0.77 | 0.63 |
| Hex | A4 | E9 | 56 | 1E | 0 | 3F | 9 | 58 | 4D | 3F |
| Octal | 244 | 351 | 126 | 36 | 0 | 77 | 11 | 130 | 115 | 77 |
| Binary | 10100100 | 11101001 | 1010110 | 11110 | 0 | 111111 | 1001 | 1011000 | 1001101 | 111111 |
Color Harmonies of #A4E956
Complementary color
Monochromatic Colors of #A4E956
Black with #A4E956
Text Example
Text Example
White with #A4E956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E956; }
p { color: rgb(164,233,86); }
H1.HeaderClassName
{
color: #A4E956;
}
.AnyTagClassName
{
color: #A4E956;
}
</style>
background-color css
<style>
a { background-color: #A4E956; }
a { background-color: rgb(164,233,86); }
div.DivClassName
{
background-color: #A4E956;
}
.BgClassName
{
background-color: #A4E956;
}
</style>
border-color css
<style>
span { border-color: #A4E956; }
span { border-color: rgb(164,233,86); }
td.TdClassName
{
border-color: #A4E956;
}
.TagClassName
{
border-color: #A4E956;
}
</style>