Shades of Conifer #A5E541
Tints of Conifer #A5E541
RGB
CMYK
RGB Variations
Color information
#A5E541 (or 0xA5E541) is known color: Conifer. HEX triplet: A5, E5 and 41. RGB value is (165,229,65). Sum of RGB (Red+Green+Blue) = 165+229+65=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 229 (89.84% from 255 or 49.89% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E541 is #5A1ABE. Grayscale: #BFBFBF. Windows color (decimal): -5905087 or 4318629. OLE color: 4318629.
HSL color Cylindrical-coordinate representation of color #A5E541: hue angle of 83.41º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5E541 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 65 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.10 |
| HSL | 83.41º | 0.76% | 0.58% | - |
| HSV(B) | 83.41º | 0.72% | 0.9% | - |
| XYZ | 44.49 | 64.42 | 15.09 | - |
| YUV | 191.17 | 56.8 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 65 | 0.28 | 0 | 0.72 | 0.10 | 83.41 | 0.76 | 0.58 |
| Hex | A5 | E5 | 41 | 1C | 0 | 48 | A | 53 | 4C | 3A |
| Octal | 245 | 345 | 101 | 34 | 0 | 110 | 12 | 123 | 114 | 72 |
| Binary | 10100101 | 11100101 | 1000001 | 11100 | 0 | 1001000 | 1010 | 1010011 | 1001100 | 111010 |
Color Harmonies of #A5E541
Complementary color
Monochromatic Colors of #A5E541
Black with #A5E541
Text Example
Text Example
White with #A5E541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E541; }
p { color: rgb(165,229,65); }
H1.HeaderClassName
{
color: #A5E541;
}
.AnyTagClassName
{
color: #A5E541;
}
</style>
background-color css
<style>
a { background-color: #A5E541; }
a { background-color: rgb(165,229,65); }
div.DivClassName
{
background-color: #A5E541;
}
.BgClassName
{
background-color: #A5E541;
}
</style>
border-color css
<style>
span { border-color: #A5E541; }
span { border-color: rgb(165,229,65); }
td.TdClassName
{
border-color: #A5E541;
}
.TagClassName
{
border-color: #A5E541;
}
</style>