Shades of Conifer #A5E265
Tints of Conifer #A5E265
RGB
CMYK
RGB Variations
Color information
#A5E265 (or 0xA5E265) is known color: Conifer. HEX triplet: A5, E2 and 65. RGB value is (165,226,101). Sum of RGB (Red+Green+Blue) = 165+226+101=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E265 is #5A1D9A. Grayscale: #C1C1C1. Windows color (decimal): -5905819 or 6677157. OLE color: 6677157.
HSL color Cylindrical-coordinate representation of color #A5E265: hue angle of 89.28º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5E265 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 226 | 101 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.11 |
| HSL | 89.28º | 0.68% | 0.64% | - |
| HSV(B) | 89.28º | 0.55% | 0.89% | - |
| XYZ | 45.06 | 63.33 | 22.16 | - |
| YUV | 193.51 | 75.79 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 226 | 101 | 0.27 | 0 | 0.55 | 0.11 | 89.28 | 0.68 | 0.64 |
| Hex | A5 | E2 | 65 | 1B | 0 | 37 | B | 59 | 44 | 40 |
| Octal | 245 | 342 | 145 | 33 | 0 | 67 | 13 | 131 | 104 | 100 |
| Binary | 10100101 | 11100010 | 1100101 | 11011 | 0 | 110111 | 1011 | 1011001 | 1000100 | 1000000 |
Color Harmonies of #A5E265
Complementary color
Monochromatic Colors of #A5E265
Black with #A5E265
Text Example
Text Example
White with #A5E265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E265; }
p { color: rgb(165,226,101); }
H1.HeaderClassName
{
color: #A5E265;
}
.AnyTagClassName
{
color: #A5E265;
}
</style>
background-color css
<style>
a { background-color: #A5E265; }
a { background-color: rgb(165,226,101); }
div.DivClassName
{
background-color: #A5E265;
}
.BgClassName
{
background-color: #A5E265;
}
</style>
border-color css
<style>
span { border-color: #A5E265; }
span { border-color: rgb(165,226,101); }
td.TdClassName
{
border-color: #A5E265;
}
.TagClassName
{
border-color: #A5E265;
}
</style>