Shades of Conifer #A5E143
Tints of Conifer #A5E143
RGB
CMYK
RGB Variations
Color information
#A5E143 (or 0xA5E143) is known color: Conifer. HEX triplet: A5, E1 and 43. RGB value is (165,225,67). Sum of RGB (Red+Green+Blue) = 165+225+67=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 67 (26.56% from 255 or 14.66% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E143 is #5A1EBC. Grayscale: #BDBDBD. Windows color (decimal): -5906109 or 4448677. OLE color: 4448677.
HSL color Cylindrical-coordinate representation of color #A5E143: hue angle of 82.78º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5E143 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 67 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.12 |
| HSL | 82.78º | 0.72% | 0.57% | - |
| HSV(B) | 82.78º | 0.7% | 0.88% | - |
| XYZ | 43.46 | 62.26 | 15.04 | - |
| YUV | 189.05 | 59.12 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 67 | 0.27 | 0 | 0.70 | 0.12 | 82.78 | 0.72 | 0.57 |
| Hex | A5 | E1 | 43 | 1B | 0 | 46 | C | 53 | 48 | 39 |
| Octal | 245 | 341 | 103 | 33 | 0 | 106 | 14 | 123 | 110 | 71 |
| Binary | 10100101 | 11100001 | 1000011 | 11011 | 0 | 1000110 | 1100 | 1010011 | 1001000 | 111001 |
Color Harmonies of #A5E143
Complementary color
Monochromatic Colors of #A5E143
Black with #A5E143
Text Example
Text Example
White with #A5E143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E143; }
p { color: rgb(165,225,67); }
H1.HeaderClassName
{
color: #A5E143;
}
.AnyTagClassName
{
color: #A5E143;
}
</style>
background-color css
<style>
a { background-color: #A5E143; }
a { background-color: rgb(165,225,67); }
div.DivClassName
{
background-color: #A5E143;
}
.BgClassName
{
background-color: #A5E143;
}
</style>
border-color css
<style>
span { border-color: #A5E143; }
span { border-color: rgb(165,225,67); }
td.TdClassName
{
border-color: #A5E143;
}
.TagClassName
{
border-color: #A5E143;
}
</style>