Shades of Conifer #A4E949
Tints of Conifer #A4E949
RGB
CMYK
RGB Variations
Color information
#A4E949 (or 0xA4E949) is known color: Conifer. HEX triplet: A4, E9 and 49. RGB value is (164,233,73). Sum of RGB (Red+Green+Blue) = 164+233+73=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 233 - color contains mainly: green. Hex color #A4E949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4E949 is #5B16B6. Grayscale: #C2C2C2. Windows color (decimal): -5969591 or 4843940. OLE color: 4843940.
HSL color Cylindrical-coordinate representation of color #A4E949: hue angle of 85.88º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A4E949 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 233 | 73 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.09 |
| HSL | 85.88º | 0.78% | 0.6% | - |
| HSV(B) | 85.88º | 0.69% | 0.91% | - |
| XYZ | 45.65 | 66.65 | 16.76 | - |
| YUV | 194.13 | 59.64 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 233 | 73 | 0.30 | 0 | 0.69 | 0.09 | 85.88 | 0.78 | 0.6 |
| Hex | A4 | E9 | 49 | 1E | 0 | 45 | 9 | 56 | 4E | 3C |
| Octal | 244 | 351 | 111 | 36 | 0 | 105 | 11 | 126 | 116 | 74 |
| Binary | 10100100 | 11101001 | 1001001 | 11110 | 0 | 1000101 | 1001 | 1010110 | 1001110 | 111100 |
Color Harmonies of #A4E949
Complementary color
Monochromatic Colors of #A4E949
Black with #A4E949
Text Example
Text Example
White with #A4E949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E949; }
p { color: rgb(164,233,73); }
H1.HeaderClassName
{
color: #A4E949;
}
.AnyTagClassName
{
color: #A4E949;
}
</style>
background-color css
<style>
a { background-color: #A4E949; }
a { background-color: rgb(164,233,73); }
div.DivClassName
{
background-color: #A4E949;
}
.BgClassName
{
background-color: #A4E949;
}
</style>
border-color css
<style>
span { border-color: #A4E949; }
span { border-color: rgb(164,233,73); }
td.TdClassName
{
border-color: #A4E949;
}
.TagClassName
{
border-color: #A4E949;
}
</style>