Shades of Conifer #A5E249
Tints of Conifer #A5E249
RGB
CMYK
RGB Variations
Color information
#A5E249 (or 0xA5E249) is known color: Conifer. HEX triplet: A5, E2 and 49. RGB value is (165,226,73). Sum of RGB (Red+Green+Blue) = 165+226+73=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 226 (88.67% from 255 or 48.71% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E249 is #5A1DB6. Grayscale: #BEBEBE. Windows color (decimal): -5905847 or 4842149. OLE color: 4842149.
HSL color Cylindrical-coordinate representation of color #A5E249: hue angle of 83.92º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5E249 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 226 | 73 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.11 |
| HSL | 83.92º | 0.73% | 0.59% | - |
| HSV(B) | 83.92º | 0.68% | 0.89% | - |
| XYZ | 43.92 | 62.87 | 16.12 | - |
| YUV | 190.32 | 61.79 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 226 | 73 | 0.27 | 0 | 0.68 | 0.11 | 83.92 | 0.73 | 0.59 |
| Hex | A5 | E2 | 49 | 1B | 0 | 44 | B | 54 | 49 | 3B |
| Octal | 245 | 342 | 111 | 33 | 0 | 104 | 13 | 124 | 111 | 73 |
| Binary | 10100101 | 11100010 | 1001001 | 11011 | 0 | 1000100 | 1011 | 1010100 | 1001001 | 111011 |
Color Harmonies of #A5E249
Complementary color
Monochromatic Colors of #A5E249
Black with #A5E249
Text Example
Text Example
White with #A5E249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E249; }
p { color: rgb(165,226,73); }
H1.HeaderClassName
{
color: #A5E249;
}
.AnyTagClassName
{
color: #A5E249;
}
</style>
background-color css
<style>
a { background-color: #A5E249; }
a { background-color: rgb(165,226,73); }
div.DivClassName
{
background-color: #A5E249;
}
.BgClassName
{
background-color: #A5E249;
}
</style>
border-color css
<style>
span { border-color: #A5E249; }
span { border-color: rgb(165,226,73); }
td.TdClassName
{
border-color: #A5E249;
}
.TagClassName
{
border-color: #A5E249;
}
</style>