Shades of Conifer #A4E850
Tints of Conifer #A4E850
RGB
CMYK
RGB Variations
Color information
#A4E850 (or 0xA4E850) is known color: Conifer. HEX triplet: A4, E8 and 50. RGB value is (164,232,80). Sum of RGB (Red+Green+Blue) = 164+232+80=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 232 (91.02% from 255 or 48.74% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 232 - color contains mainly: green. Hex color #A4E850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4E850 is #5B17AF. Grayscale: #C2C2C2. Windows color (decimal): -5969840 or 5302436. OLE color: 5302436.
HSL color Cylindrical-coordinate representation of color #A4E850: hue angle of 86.84º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4E850 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 232 | 80 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.09 |
| HSL | 86.84º | 0.77% | 0.61% | - |
| HSV(B) | 86.84º | 0.66% | 0.91% | - |
| XYZ | 45.61 | 66.18 | 17.96 | - |
| YUV | 194.34 | 63.47 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 232 | 80 | 0.29 | 0 | 0.66 | 0.09 | 86.84 | 0.77 | 0.61 |
| Hex | A4 | E8 | 50 | 1D | 0 | 42 | 9 | 57 | 4D | 3D |
| Octal | 244 | 350 | 120 | 35 | 0 | 102 | 11 | 127 | 115 | 75 |
| Binary | 10100100 | 11101000 | 1010000 | 11101 | 0 | 1000010 | 1001 | 1010111 | 1001101 | 111101 |
Color Harmonies of #A4E850
Complementary color
Monochromatic Colors of #A4E850
Black with #A4E850
Text Example
Text Example
White with #A4E850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E850; }
p { color: rgb(164,232,80); }
H1.HeaderClassName
{
color: #A4E850;
}
.AnyTagClassName
{
color: #A4E850;
}
</style>
background-color css
<style>
a { background-color: #A4E850; }
a { background-color: rgb(164,232,80); }
div.DivClassName
{
background-color: #A4E850;
}
.BgClassName
{
background-color: #A4E850;
}
</style>
border-color css
<style>
span { border-color: #A4E850; }
span { border-color: rgb(164,232,80); }
td.TdClassName
{
border-color: #A4E850;
}
.TagClassName
{
border-color: #A4E850;
}
</style>