Shades of Conifer #A4E353
Tints of Conifer #A4E353
RGB
CMYK
RGB Variations
Color information
#A4E353 (or 0xA4E353) is known color: Conifer. HEX triplet: A4, E3 and 53. RGB value is (164,227,83). Sum of RGB (Red+Green+Blue) = 164+227+83=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 227 (89.06% from 255 or 47.89% from 474); Blue value is 83 (32.81% from 255 or 17.51% from 474); Max value from RGB is 227 - color contains mainly: green. Hex color #A4E353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E353 is #5B1CAC. Grayscale: #C0C0C0. Windows color (decimal): -5971117 or 5497764. OLE color: 5497764.
HSL color Cylindrical-coordinate representation of color #A4E353: hue angle of 86.25º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A4E353 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 227 | 83 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.11 |
| HSL | 86.25º | 0.72% | 0.61% | - |
| HSV(B) | 86.25º | 0.63% | 0.89% | - |
| XYZ | 44.34 | 63.46 | 18.09 | - |
| YUV | 191.75 | 66.63 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 227 | 83 | 0.28 | 0 | 0.63 | 0.11 | 86.25 | 0.72 | 0.61 |
| Hex | A4 | E3 | 53 | 1C | 0 | 3F | B | 56 | 48 | 3D |
| Octal | 244 | 343 | 123 | 34 | 0 | 77 | 13 | 126 | 110 | 75 |
| Binary | 10100100 | 11100011 | 1010011 | 11100 | 0 | 111111 | 1011 | 1010110 | 1001000 | 111101 |
Color Harmonies of #A4E353
Complementary color
Monochromatic Colors of #A4E353
Black with #A4E353
Text Example
Text Example
White with #A4E353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E353; }
p { color: rgb(164,227,83); }
H1.HeaderClassName
{
color: #A4E353;
}
.AnyTagClassName
{
color: #A4E353;
}
</style>
background-color css
<style>
a { background-color: #A4E353; }
a { background-color: rgb(164,227,83); }
div.DivClassName
{
background-color: #A4E353;
}
.BgClassName
{
background-color: #A4E353;
}
</style>
border-color css
<style>
span { border-color: #A4E353; }
span { border-color: rgb(164,227,83); }
td.TdClassName
{
border-color: #A4E353;
}
.TagClassName
{
border-color: #A4E353;
}
</style>