Shades of Conifer #A5E55E
Tints of Conifer #A5E55E
RGB
CMYK
RGB Variations
Color information
#A5E55E (or 0xA5E55E) is known color: Conifer. HEX triplet: A5, E5 and 5E. RGB value is (165,229,94). Sum of RGB (Red+Green+Blue) = 165+229+94=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E55E is #5A1AA1. Grayscale: #C2C2C2. Windows color (decimal): -5905058 or 6219173. OLE color: 6219173.
HSL color Cylindrical-coordinate representation of color #A5E55E: hue angle of 88.44º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5E55E is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 94 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.10 |
| HSL | 88.44º | 0.72% | 0.63% | - |
| HSV(B) | 88.44º | 0.59% | 0.9% | - |
| XYZ | 45.56 | 64.85 | 20.71 | - |
| YUV | 194.47 | 71.3 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 94 | 0.28 | 0 | 0.59 | 0.10 | 88.44 | 0.72 | 0.63 |
| Hex | A5 | E5 | 5E | 1C | 0 | 3B | A | 58 | 48 | 3F |
| Octal | 245 | 345 | 136 | 34 | 0 | 73 | 12 | 130 | 110 | 77 |
| Binary | 10100101 | 11100101 | 1011110 | 11100 | 0 | 111011 | 1010 | 1011000 | 1001000 | 111111 |
Color Harmonies of #A5E55E
Complementary color
Monochromatic Colors of #A5E55E
Black with #A5E55E
Text Example
Text Example
White with #A5E55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E55E; }
p { color: rgb(165,229,94); }
H1.HeaderClassName
{
color: #A5E55E;
}
.AnyTagClassName
{
color: #A5E55E;
}
</style>
background-color css
<style>
a { background-color: #A5E55E; }
a { background-color: rgb(165,229,94); }
div.DivClassName
{
background-color: #A5E55E;
}
.BgClassName
{
background-color: #A5E55E;
}
</style>
border-color css
<style>
span { border-color: #A5E55E; }
span { border-color: rgb(165,229,94); }
td.TdClassName
{
border-color: #A5E55E;
}
.TagClassName
{
border-color: #A5E55E;
}
</style>