Shades of Conifer #A5E645
Tints of Conifer #A5E645
RGB
CMYK
RGB Variations
Color information
#A5E645 (or 0xA5E645) is known color: Conifer. HEX triplet: A5, E6 and 45. RGB value is (165,230,69). Sum of RGB (Red+Green+Blue) = 165+230+69=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E645 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E645 is #5A19BA. Grayscale: #C0C0C0. Windows color (decimal): -5904827 or 4581029. OLE color: 4581029.
HSL color Cylindrical-coordinate representation of color #A5E645: hue angle of 84.22º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5E645 is Cyan = 0.28, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 230 | 69 | - |
| CMYK | 0.28 | 0 | 0.7 | 0.10 |
| HSL | 84.22º | 0.76% | 0.59% | - |
| HSV(B) | 84.22º | 0.7% | 0.9% | - |
| XYZ | 44.89 | 65.02 | 15.82 | - |
| YUV | 192.21 | 58.47 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 69 | 0.28 | 0 | 0.7 | 0.10 | 84.22 | 0.76 | 0.59 |
| Hex | A5 | E6 | 45 | 1C | 0 | 46 | A | 54 | 4C | 3B |
| Octal | 245 | 346 | 105 | 34 | 0 | 106 | 12 | 124 | 114 | 73 |
| Binary | 10100101 | 11100110 | 1000101 | 11100 | 0 | 1000110 | 1010 | 1010100 | 1001100 | 111011 |
Color Harmonies of #A5E645
Complementary color
Monochromatic Colors of #A5E645
Black with #A5E645
Text Example
Text Example
White with #A5E645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E645; }
p { color: rgb(165,230,69); }
H1.HeaderClassName
{
color: #A5E645;
}
.AnyTagClassName
{
color: #A5E645;
}
</style>
background-color css
<style>
a { background-color: #A5E645; }
a { background-color: rgb(165,230,69); }
div.DivClassName
{
background-color: #A5E645;
}
.BgClassName
{
background-color: #A5E645;
}
</style>
border-color css
<style>
span { border-color: #A5E645; }
span { border-color: rgb(165,230,69); }
td.TdClassName
{
border-color: #A5E645;
}
.TagClassName
{
border-color: #A5E645;
}
</style>