Shades of Conifer #A5E149
Tints of Conifer #A5E149
RGB
CMYK
RGB Variations
Color information
#A5E149 (or 0xA5E149) is known color: Conifer. HEX triplet: A5, E1 and 49. RGB value is (165,225,73). Sum of RGB (Red+Green+Blue) = 165+225+73=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E149 is #5A1EB6. Grayscale: #BEBEBE. Windows color (decimal): -5906103 or 4841893. OLE color: 4841893.
HSL color Cylindrical-coordinate representation of color #A5E149: hue angle of 83.68º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5E149 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 73 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.12 |
| HSL | 83.68º | 0.72% | 0.58% | - |
| HSV(B) | 83.68º | 0.68% | 0.88% | - |
| XYZ | 43.64 | 62.33 | 16.03 | - |
| YUV | 189.73 | 62.12 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 73 | 0.27 | 0 | 0.68 | 0.12 | 83.68 | 0.72 | 0.58 |
| Hex | A5 | E1 | 49 | 1B | 0 | 44 | C | 54 | 48 | 3A |
| Octal | 245 | 341 | 111 | 33 | 0 | 104 | 14 | 124 | 110 | 72 |
| Binary | 10100101 | 11100001 | 1001001 | 11011 | 0 | 1000100 | 1100 | 1010100 | 1001000 | 111010 |
Color Harmonies of #A5E149
Complementary color
Monochromatic Colors of #A5E149
Black with #A5E149
Text Example
Text Example
White with #A5E149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E149; }
p { color: rgb(165,225,73); }
H1.HeaderClassName
{
color: #A5E149;
}
.AnyTagClassName
{
color: #A5E149;
}
</style>
background-color css
<style>
a { background-color: #A5E149; }
a { background-color: rgb(165,225,73); }
div.DivClassName
{
background-color: #A5E149;
}
.BgClassName
{
background-color: #A5E149;
}
</style>
border-color css
<style>
span { border-color: #A5E149; }
span { border-color: rgb(165,225,73); }
td.TdClassName
{
border-color: #A5E149;
}
.TagClassName
{
border-color: #A5E149;
}
</style>