Shades of Conifer #A5E949
Tints of Conifer #A5E949
RGB
CMYK
RGB Variations
Color information
#A5E949 (or 0xA5E949) is known color: Conifer. HEX triplet: A5, E9 and 49. RGB value is (165,233,73). Sum of RGB (Red+Green+Blue) = 165+233+73=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E949 is #5A16B6. Grayscale: #C3C3C3. Windows color (decimal): -5904055 or 4843941. OLE color: 4843941.
HSL color Cylindrical-coordinate representation of color #A5E949: hue angle of 85.5º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A5E949 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 233 | 73 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.09 |
| HSL | 85.5º | 0.78% | 0.6% | - |
| HSV(B) | 85.5º | 0.69% | 0.91% | - |
| XYZ | 45.86 | 66.76 | 16.77 | - |
| YUV | 194.43 | 59.47 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 233 | 73 | 0.29 | 0 | 0.69 | 0.09 | 85.5 | 0.78 | 0.6 |
| Hex | A5 | E9 | 49 | 1D | 0 | 45 | 9 | 56 | 4E | 3C |
| Octal | 245 | 351 | 111 | 35 | 0 | 105 | 11 | 126 | 116 | 74 |
| Binary | 10100101 | 11101001 | 1001001 | 11101 | 0 | 1000101 | 1001 | 1010110 | 1001110 | 111100 |
Color Harmonies of #A5E949
Complementary color
Monochromatic Colors of #A5E949
Black with #A5E949
Text Example
Text Example
White with #A5E949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E949; }
p { color: rgb(165,233,73); }
H1.HeaderClassName
{
color: #A5E949;
}
.AnyTagClassName
{
color: #A5E949;
}
</style>
background-color css
<style>
a { background-color: #A5E949; }
a { background-color: rgb(165,233,73); }
div.DivClassName
{
background-color: #A5E949;
}
.BgClassName
{
background-color: #A5E949;
}
</style>
border-color css
<style>
span { border-color: #A5E949; }
span { border-color: rgb(165,233,73); }
td.TdClassName
{
border-color: #A5E949;
}
.TagClassName
{
border-color: #A5E949;
}
</style>