Shades of Conifer #A5E345
Tints of Conifer #A5E345
RGB
CMYK
RGB Variations
Color information
#A5E345 (or 0xA5E345) is known color: Conifer. HEX triplet: A5, E3 and 45. RGB value is (165,227,69). Sum of RGB (Red+Green+Blue) = 165+227+69=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 227 (89.06% from 255 or 49.24% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E345 is #5A1CBA. Grayscale: #BFBFBF. Windows color (decimal): -5905595 or 4580261. OLE color: 4580261.
HSL color Cylindrical-coordinate representation of color #A5E345: hue angle of 83.54º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5E345 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 227 | 69 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.11 |
| HSL | 83.54º | 0.74% | 0.58% | - |
| HSV(B) | 83.54º | 0.7% | 0.89% | - |
| XYZ | 44.06 | 63.37 | 15.54 | - |
| YUV | 190.45 | 59.46 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 227 | 69 | 0.27 | 0 | 0.70 | 0.11 | 83.54 | 0.74 | 0.58 |
| Hex | A5 | E3 | 45 | 1B | 0 | 46 | B | 54 | 4A | 3A |
| Octal | 245 | 343 | 105 | 33 | 0 | 106 | 13 | 124 | 112 | 72 |
| Binary | 10100101 | 11100011 | 1000101 | 11011 | 0 | 1000110 | 1011 | 1010100 | 1001010 | 111010 |
Color Harmonies of #A5E345
Complementary color
Monochromatic Colors of #A5E345
Black with #A5E345
Text Example
Text Example
White with #A5E345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E345; }
p { color: rgb(165,227,69); }
H1.HeaderClassName
{
color: #A5E345;
}
.AnyTagClassName
{
color: #A5E345;
}
</style>
background-color css
<style>
a { background-color: #A5E345; }
a { background-color: rgb(165,227,69); }
div.DivClassName
{
background-color: #A5E345;
}
.BgClassName
{
background-color: #A5E345;
}
</style>
border-color css
<style>
span { border-color: #A5E345; }
span { border-color: rgb(165,227,69); }
td.TdClassName
{
border-color: #A5E345;
}
.TagClassName
{
border-color: #A5E345;
}
</style>