Shades of Conifer #A5E641
Tints of Conifer #A5E641
RGB
CMYK
RGB Variations
Color information
#A5E641 (or 0xA5E641) is known color: Conifer. HEX triplet: A5, E6 and 41. RGB value is (165,230,65). Sum of RGB (Red+Green+Blue) = 165+230+65=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 230 (90.23% from 255 or 50% from 460); Blue value is 65 (25.78% from 255 or 14.13% from 460); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E641 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E641 is #5A19BE. Grayscale: #C0C0C0. Windows color (decimal): -5904831 or 4318885. OLE color: 4318885.
HSL color Cylindrical-coordinate representation of color #A5E641: hue angle of 83.64º degrees, saturation: 0.77, 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 #A5E641 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 230 | 65 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.10 |
| HSL | 83.64º | 0.77% | 0.58% | - |
| HSV(B) | 83.64º | 0.72% | 0.9% | - |
| XYZ | 44.77 | 64.97 | 15.18 | - |
| YUV | 191.76 | 56.47 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 65 | 0.28 | 0 | 0.72 | 0.10 | 83.64 | 0.77 | 0.58 |
| Hex | A5 | E6 | 41 | 1C | 0 | 48 | A | 54 | 4D | 3A |
| Octal | 245 | 346 | 101 | 34 | 0 | 110 | 12 | 124 | 115 | 72 |
| Binary | 10100101 | 11100110 | 1000001 | 11100 | 0 | 1001000 | 1010 | 1010100 | 1001101 | 111010 |
Color Harmonies of #A5E641
Complementary color
Monochromatic Colors of #A5E641
Black with #A5E641
Text Example
Text Example
White with #A5E641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E641; }
p { color: rgb(165,230,65); }
H1.HeaderClassName
{
color: #A5E641;
}
.AnyTagClassName
{
color: #A5E641;
}
</style>
background-color css
<style>
a { background-color: #A5E641; }
a { background-color: rgb(165,230,65); }
div.DivClassName
{
background-color: #A5E641;
}
.BgClassName
{
background-color: #A5E641;
}
</style>
border-color css
<style>
span { border-color: #A5E641; }
span { border-color: rgb(165,230,65); }
td.TdClassName
{
border-color: #A5E641;
}
.TagClassName
{
border-color: #A5E641;
}
</style>